FACT++
1.0
|
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | ONCE_ONLY 0x01 |
#define | TIMED 0x02 |
#define | MONITORED 0x04 |
#define | COMMAND 0x08 |
#define | DIM_DELETE 0x10 |
#define | MONIT_ONLY 0x20 |
#define | UPDATE 0x40 |
#define | TIMED_ONLY 0x80 |
#define | MONIT_FIRST 0x100 |
#define | MAX_TYPE_DEF 0x100 |
#define | STAMPED 0x1000 |
#define | _DIM_PROTO(func, param) func () |
#define | _DIM_PROTOE(func, param) _DIM_PROTO(func,param) |
#define | DllExp |
#define | __CXX_CONST |
#define | my_ctime(t, str, size) strcpy(str,(const char *)ctime(t)) |
#define | DIMDNSUNDEF 0x1 /* DIM_DNS_NODE undefined FATAL */ |
#define | DIMDNSREFUS 0x2 /* DIM_DNS refuses connection FATAL */ |
#define | DIMDNSDUPLC 0x3 /* Service already exists in DNS FATAL */ |
#define | DIMDNSEXIT 0x4 /* DNS requests server to EXIT FATAL */ |
#define | DIMDNSTMOUT 0x5 /* Server failed sending Watchdog WARNING */ |
#define | DIMSVCDUPLC 0x10 /* Service already exists in Server ERROR */ |
#define | DIMSVCFORMT 0x11 /* Bat format string for service ERROR */ |
#define | DIMSVCINVAL 0x12 /* Service ID invalid ERROR */ |
#define | DIMSVCTOOLG 0x13 /* Service name too long ERROR */ |
#define | DIMTCPRDERR 0x20 /* TCP/IP read error ERROR */ |
#define | DIMTCPWRRTY 0x21 /* TCP/IP write error - Retrying WARNING */ |
#define | DIMTCPWRTMO 0x22 /* TCP/IP write error - Disconnect ERROR */ |
#define | DIMTCPLNERR 0x23 /* TCP/IP listen error ERROR */ |
#define | DIMTCPOPERR 0x24 /* TCP/IP open server error ERROR */ |
#define | DIMTCPCNERR 0x25 /* TCP/IP connection error ERROR */ |
#define | DIMTCPCNEST 0x26 /* TCP/IP connection established INFO */ |
#define | DIMDNSCNERR 0x30 /* Connection to DNS failed ERROR */ |
#define | DIMDNSCNEST 0x31 /* Connection to DNS established INFO */ |
Typedefs | |
typedef int64_t | longlong |
typedef long | dim_long |
Enumerations | |
enum | SRC_TYPES { SRC_NONE, SRC_DIS, SRC_DIC, SRC_DNS, SRC_DNA, SRC_USR } |
enum | DIM_SEVERITIES { DIM_INFO, DIM_WARNING, DIM_ERROR, DIM_FATAL } |