OpenDNSSEC-signer
2.0.3
|
Go to the source code of this file.
Data Structures | |
struct | cmdhandler_struct |
Macros | |
#define | ODS_SE_MAX_HANDLERS 5 |
Typedefs | |
typedef struct cmdhandler_struct | cmdhandler_type |
Functions | |
cmdhandler_type * | cmdhandler_create (const char *filename) |
void | cmdhandler_start (cmdhandler_type *cmdhandler) |
void | cmdhandler_cleanup (cmdhandler_type *cmdhandler) |
#define ODS_SE_MAX_HANDLERS 5 |
Definition at line 45 of file cmdhandler.h.
typedef struct cmdhandler_struct cmdhandler_type |
Command handler.
Definition at line 38 of file cmdhandler.h.
void cmdhandler_cleanup | ( | cmdhandler_type * | cmdhandler | ) |
Cleanup command handler.
[in] | cmdhandler_type* | command handler |
Cleanup command handler.
Definition at line 995 of file cmdhandler.c.
Referenced by engine_cleanup().
cmdhandler_type* cmdhandler_create | ( | const char * | filename | ) |
Create command handler.
[in] | allocator | memory allocator |
[in] | filename | socket file name |
Create command handler.
Definition at line 856 of file cmdhandler.c.
void cmdhandler_start | ( | cmdhandler_type * | cmdhandler | ) |
Start command handler.
[in] | cmdhandler_type* | command handler |
Start command handler.
Definition at line 929 of file cmdhandler.c.
References cmdhandler_struct::engine.