Database Proxy Module Definitions. More...
#include "config.h"#include <scalestack/database_proxy/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 ¤t) |
| static void | start (kernel::module ¤t) |
| static void | stop (kernel::module ¤t) |
| SCALESTACK_KERNEL_MODULE (options, start, stop, NULL, NULL) | |
Database Proxy Module Definitions.
Definition in file database_proxy.cc.
| static void options | ( | kernel::module & | current | ) | [static] |
Definition at line 33 of file database_proxy.cc.
| static void start | ( | kernel::module & | current | ) | [static] |
Definition at line 41 of file database_proxy.cc.
| static void stop | ( | kernel::module & | current | ) | [static] |
Definition at line 55 of file database_proxy.cc.
| SCALESTACK_KERNEL_MODULE | ( | options | , | |
| start | , | |||
| stop | , | |||
| NULL | , | |||
| NULL | ||||
| ) |
1.6.3