diff options
Diffstat (limited to 'libs/rs/rsThreadIO.h')
-rw-r--r-- | libs/rs/rsThreadIO.h | 2 |
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; |