libevent Module Definitions More...
#include "config.h"#include <memory>#include <scalestack/event/libevent/service.h>#include <vector>#include <scalestack/event/service.h>#include <scalestack/kernel/core.h>#include <scalestack/kernel/module.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) | |
libevent Module Definitions
Definition in file libevent.cc.
| static void options | ( | kernel::module & | module | ) | [static] |
Definition at line 35 of file libevent.cc.
| static void start | ( | kernel::module & | module | ) | [static] |
Definition at line 43 of file libevent.cc.
| static void stop | ( | kernel::module & | module | ) | [static] |
Definition at line 51 of file libevent.cc.
| SCALESTACK_KERNEL_MODULE | ( | options | , | |
| start | , | |||
| stop | , | |||
| NULL | , | |||
| NULL | ||||
| ) |
1.6.3