summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsThreadIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsThreadIO.h')
-rw-r--r--libs/rs/rsThreadIO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsThreadIO.h b/libs/rs/rsThreadIO.h
index cad7318..9036118 100644
--- a/libs/rs/rsThreadIO.h
+++ b/libs/rs/rsThreadIO.h
@@ -37,7 +37,7 @@ public:
// Plays back commands from the client.
// Returns true if any commands were processed.
- bool playCoreCommands(Context *con, bool waitForCommand);
+ bool playCoreCommands(Context *con, bool waitForCommand, uint64_t timeToWait);
//LocklessCommandFifo mToCore;