Omega Security Services 0.7.3

Events Struct Reference

#include <eventhandler.h>

Data Fields

time_t age
char * module
char name [32]
int(* handler )(int, void *)
int recall
int called
time_t when
int interval
time_t last

Detailed Description

Server Events

Definition at line 100 of file eventhandler.h.


Field Documentation

time_t age

Definition at line 102 of file eventhandler.h.

Referenced by AddEventEx().

int called

Definition at line 112 of file eventhandler.h.

int(* handler)(int, void *)

Definition at line 108 of file eventhandler.h.

Referenced by AddEventEx(), DelEvent(), Event(), and RunTimedEvents().

int interval

Definition at line 116 of file eventhandler.h.

Referenced by AddEventEx(), and RunTimedEvents().

time_t last

Definition at line 118 of file eventhandler.h.

Referenced by RunTimedEvents().

char* module

Definition at line 104 of file eventhandler.h.

char name[32]

Definition at line 106 of file eventhandler.h.

Referenced by AddEventEx(), DelEvent(), and Event().

int recall

Definition at line 110 of file eventhandler.h.

Referenced by AddEventEx(), Event(), and RunTimedEvents().

time_t when

Definition at line 114 of file eventhandler.h.

Referenced by AddEventEx(), and RunTimedEvents().


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