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 d2f24f8d..099ce70f 100644
--- a/src/server/RunContext.hpp
+++ b/src/server/RunContext.hpp
@@ -67,8 +67,6 @@ public:
*/
RunContext(const RunContext& parent);
- virtual ~RunContext();
-
/** Return true iff the given port should broadcast its value.
*
* Whether or not broadcasting is actually done is a per-client property,
@@ -123,6 +121,8 @@ public:
void set_priority(int priority);
void set_rate(SampleCount rate) { _rate = rate; }
+ void join();
+
inline Engine& engine() const { return _engine; }
inline Task* task() const { return _task; }
inline unsigned id() const { return _id; }