Module Child Module Definitions. More...
#include "config.h"#include <cassert>#include <scalestack/kernel/core.h>#include <scalestack/kernel/module.h>#include <scalestack/kernel/option.h>Go to the source code of this file.
Functions | |
| static void | options (kernel::module &module) |
| static void | start (kernel::module &module) |
| static void | run (kernel::module &module) |
| static void | reconfigure (kernel::module &module) |
| SCALESTACK_KERNEL_MODULE (options, start, NULL, run, reconfigure) | |
Module Child Module Definitions.
Definition in file option_reconfigure.cc.
| static void options | ( | kernel::module & | module | ) | [static] |
Definition at line 34 of file option_reconfigure.cc.
| static void start | ( | kernel::module & | module | ) | [static] |
Definition at line 39 of file option_reconfigure.cc.
| static void run | ( | kernel::module & | module | ) | [static] |
Definition at line 44 of file option_reconfigure.cc.
| static void reconfigure | ( | kernel::module & | module | ) | [static] |
Definition at line 55 of file option_reconfigure.cc.
| SCALESTACK_KERNEL_MODULE | ( | options | , | |
| start | , | |||
| NULL | , | |||
| run | , | |||
| reconfigure | ||||
| ) |
1.6.3