summaryrefslogtreecommitdiffstats
path: root/src/server/RunContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/RunContext.hpp')
-rw-r--r--src/server/RunContext.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/RunContext.hpp b/src/server/RunContext.hpp
index bc09f7c3..92aa1cf8 100644
--- a/src/server/RunContext.hpp
+++ b/src/server/RunContext.hpp
@@ -57,7 +57,7 @@ public:
* a thread and execute tasks as they become available.
*/
RunContext(Engine& engine,
- Raul::RingBuffer* event_sink,
+ raul::RingBuffer* event_sink,
unsigned id,
bool threaded);
@@ -144,7 +144,7 @@ protected:
void run();
Engine& _engine; ///< Engine we're running in
- Raul::RingBuffer* _event_sink; ///< Updates from process context
+ raul::RingBuffer* _event_sink; ///< Updates from process context
Task* _task; ///< Currently executing task
std::unique_ptr<std::thread> _thread; ///< Thread (or null for main)
unsigned _id; ///< Context ID