diff options
Diffstat (limited to 'mblock')
-rw-r--r-- | mblock/src/include/mblock/runtime.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mblock/src/include/mblock/runtime.h b/mblock/src/include/mblock/runtime.h index 4d9d6736b..866875715 100644 --- a/mblock/src/include/mblock/runtime.h +++ b/mblock/src/include/mblock/runtime.h @@ -50,9 +50,10 @@ public: * This routine turns into the m-block scheduler, and * blocks until the system is shutdown. * - * \param name name of the top-level mblock (conventionally "top") + * \param instance_name name of the top-level mblock (conventionally "top") * \param class_name The class of the top-level mblock to create. * \param user_arg The argument to pass to the top-level mblock constructor + * \param result The value passed to shutdown_all. * * \returns true if the system ran successfully. */ |