|
Omega Security Services 0.7.3
|
#include <core.h>
Data Fields | |
| time_t | age |
| int | state |
| Link * | me |
| void(* | exit )(int) |
| void(* | rehash )(int) |
| void(* | error )(int) |
| void(* | log )(int, char *,...) |
| time_t age |
Definition at line 314 of file core.h.
Referenced by Core_Construct().
| void(* exit)(int) |
Definition at line 320 of file core.h.
Referenced by Core_Construct().
| void(* log)(int, char *,...) |
Definition at line 326 of file core.h.
Referenced by Core_Construct().
Definition at line 318 of file core.h.
Referenced by Run(), sendto_one_numeric(), and uplink_cleanup().
| void(* rehash)(int) |
Definition at line 322 of file core.h.
Referenced by Core_Construct().
| int state |
Definition at line 316 of file core.h.
Referenced by Core_Construct().