Echo Flood Module Definitions. More...
#include "config.h"#include <cstdlib>#include <scalestack/echo/flood/flood.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 | stop (kernel::module &) |
| SCALESTACK_KERNEL_MODULE (options, start, stop, NULL, NULL) | |
Echo Flood Module Definitions.
Definition in file flood.cc.
| static void options | ( | kernel::module & | module | ) | [static] |
| static void start | ( | kernel::module & | module | ) | [static] |
| static void stop | ( | kernel::module & | ) | [static] |
| SCALESTACK_KERNEL_MODULE | ( | options | , | |
| start | , | |||
| stop | , | |||
| NULL | , | |||
| NULL | ||||
| ) |
1.6.3