Omega Security Services 0.7.3

Core Struct Reference

#include <core.h>

Data Fields

time_t age
int state
Linkme
void(* exit )(int)
void(* rehash )(int)
void(* error )(int)
void(* log )(int, char *,...)

Detailed Description

CORE STRUCT

Definition at line 312 of file core.h.


Field Documentation

time_t age

Definition at line 314 of file core.h.

Referenced by Core_Construct().

void(* error)(int)

Definition at line 324 of file core.h.

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

Link* me

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


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines