summaryrefslogtreecommitdiffstats
path: root/include/isochronous.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/isochronous.hpp')
-rw-r--r--include/isochronous.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/isochronous.hpp b/include/isochronous.hpp
index 7fb5a92..65609cd 100644
--- a/include/isochronous.hpp
+++ b/include/isochronous.hpp
@@ -63,7 +63,7 @@ namespace Isochronous {
unsigned int get(long *);
unsigned int get(const Timestamp&) const;
unsigned int period_us(void);
- unsigned int wait_tick(long *sched_err);
+ unsigned int wait_tick(long *sched_err, bool sync_strict);
unsigned int wait_sync(long sec, long usec);
long getSecs(void);
long getUsecs(void);