|
OpenDNSSEC-signer
1.3.9
|
#include <cmdhandler.h>

Data Fields | |
| allocator_type * | allocator |
| struct engine_struct * | engine |
| struct sockaddr_un | listen_addr |
| ods_thread_type | thread_id |
| int | listen_fd |
| int | client_fd |
| int | need_to_exit |
Definition at line 49 of file cmdhandler.h.
| allocator_type* cmdhandler_struct::allocator |
Definition at line 50 of file cmdhandler.h.
Referenced by cmdhandler_cleanup(), and cmdhandler_create().
| int cmdhandler_struct::client_fd |
Definition at line 55 of file cmdhandler.h.
Referenced by cmdhandler_start().
| struct engine_struct* cmdhandler_struct::engine |
Definition at line 51 of file cmdhandler.h.
Referenced by cmdhandler_start().
| struct sockaddr_un cmdhandler_struct::listen_addr |
Definition at line 52 of file cmdhandler.h.
Referenced by cmdhandler_create(), and cmdhandler_start().
| int cmdhandler_struct::listen_fd |
Definition at line 54 of file cmdhandler.h.
Referenced by cmdhandler_create(), and cmdhandler_start().
| int cmdhandler_struct::need_to_exit |
Definition at line 56 of file cmdhandler.h.
Referenced by cmdhandler_create(), and cmdhandler_start().
| ods_thread_type cmdhandler_struct::thread_id |
Definition at line 53 of file cmdhandler.h.
Referenced by cmdhandler_start().
1.8.1.2