OpenDNSSEC-signer  1.3.9
Data Fields
cmdhandler_struct Struct Reference

#include <cmdhandler.h>

Collaboration diagram for cmdhandler_struct:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
struct engine_structengine
struct sockaddr_un listen_addr
ods_thread_type thread_id
int listen_fd
int client_fd
int need_to_exit

Detailed Description

Definition at line 49 of file cmdhandler.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: