Omega Security Services 0.7.3

ServCmds Struct Reference

#include <eventhandler.h>

Data Fields

char name [40]
char * module
void(* fnct )(Link *, int, char **)
struct servcmd_ * next
struct servcmd_ * prev

Detailed Description

Definition at line 35 of file eventhandler.h.


Field Documentation

void(* fnct)(Link *, int, char **)

Definition at line 41 of file eventhandler.h.

Referenced by AddServCmd(), DelServCmd(), and HandleServCmd().

char* module

Definition at line 39 of file eventhandler.h.

char name[40]

Definition at line 37 of file eventhandler.h.

Referenced by AddServCmd(), and HandleServCmd().

struct servcmd_* next

Definition at line 43 of file eventhandler.h.

struct servcmd_ * prev

Definition at line 43 of file eventhandler.h.


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