Echo Server Local Stream Module Definitions. More...
#include "config.h"#include <memory>#include <scalestack/echo/server/stream_service.h>#include <scalestack/kernel/macros.h>#include <scalestack/network/stream.h>#include <scalestack/network/stream_service.h>#include <scalestack/kernel/core.h>#include <scalestack/kernel/module.h>#include <scalestack/network/local/stream/connection_service.h>#include <string>#include <scalestack/network/listener_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 Server Local Stream Module Definitions.
Definition in file local_stream.cc.
| static void options | ( | kernel::module & | module | ) | [static] |
Definition at line 37 of file local_stream.cc.
| static void start | ( | kernel::module & | module | ) | [static] |
Definition at line 43 of file local_stream.cc.
| static void stop | ( | kernel::module & | module | ) | [static] |
Definition at line 58 of file local_stream.cc.
| SCALESTACK_KERNEL_MODULE | ( | options | , | |
| start | , | |||
| stop | , | |||
| NULL | , | |||
| NULL | ||||
| ) |
1.6.3