|
OpenDNSSEC-signer
2.0.4
|
#include <cmdhandler.h>
Data Fields | |
| engine_type * | engine |
| struct sockaddr_un | listen_addr |
| ods_thread_type | thread_id |
| int | listen_fd |
| int | client_fd |
| int | need_to_exit |
Definition at line 47 of file cmdhandler.h.
| int cmdhandler_struct::client_fd |
Definition at line 52 of file cmdhandler.h.
| engine_type* cmdhandler_struct::engine |
Definition at line 48 of file cmdhandler.h.
Referenced by cmdhandler_start().
| struct sockaddr_un cmdhandler_struct::listen_addr |
Definition at line 49 of file cmdhandler.h.
| int cmdhandler_struct::listen_fd |
Definition at line 51 of file cmdhandler.h.
| int cmdhandler_struct::need_to_exit |
Definition at line 53 of file cmdhandler.h.
| ods_thread_type cmdhandler_struct::thread_id |
Definition at line 50 of file cmdhandler.h.
1.8.13