diff options
Diffstat (limited to 'src/server')
-rw-r--r-- | src/server/RunContext.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/RunContext.hpp b/src/server/RunContext.hpp index eba30545..feeb4874 100644 --- a/src/server/RunContext.hpp +++ b/src/server/RunContext.hpp @@ -49,6 +49,8 @@ class RunContext public: /** Create a new run context. * + * @param engine The engine this context is running within. + * @param id The ID of this context. * @param threaded If true, then this context is a worker which will launch * a thread and execute tasks as they become available. */ |