Echo Flood Local Datagram Module Definitions. More...
#include "config.h"#include <memory>#include <scalestack/echo/flood/datagram_service.h>#include <scalestack/kernel/core.h>#include <scalestack/kernel/module.h>#include <scalestack/kernel/option.h>#include <scalestack/network/datagram_service.h>#include <scalestack/network/local/datagram/socket_service.h>#include <string>#include <scalestack/event/handler_service.h>#include <scalestack/kernel/macros.h>#include <scalestack/kernel/service.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 &module) |
| SCALESTACK_KERNEL_MODULE (options, start, stop, NULL, NULL) | |
Echo Flood Local Datagram Module Definitions.
Definition in file local_datagram.cc.
| static void options | ( | kernel::module & | module | ) | [static] |
Definition at line 38 of file local_datagram.cc.
| static void start | ( | kernel::module & | module | ) | [static] |
Definition at line 45 of file local_datagram.cc.
| static void stop | ( | kernel::module & | module | ) | [static] |
Definition at line 64 of file local_datagram.cc.
| SCALESTACK_KERNEL_MODULE | ( | options | , | |
| start | , | |||
| stop | , | |||
| NULL | , | |||
| NULL | ||||
| ) |
1.6.3