ze-filter  (ze-filter-0.8.0-develop-180218)
module_T Struct Reference

Public Attributes

bool ok
 
char * name
 
char * fname
 
void * handle
 
bool enable
 
uint32_t callbacks
 
char * args
 
MOD_INIT_F finit
 
MOD_CLOSE_F fclose
 
MOD_INFO_F finfo
 
MOD_CALL_F fcall
 
MOD_SERVICE_F fservice
 

Detailed Description

Definition at line 40 of file ze-modules.c.

Member Data Documentation

◆ args

char* module_T::args

Definition at line 47 of file ze-modules.c.

◆ callbacks

uint32_t module_T::callbacks

Definition at line 46 of file ze-modules.c.

◆ enable

bool module_T::enable

Definition at line 45 of file ze-modules.c.

◆ fcall

MOD_CALL_F module_T::fcall

Definition at line 52 of file ze-modules.c.

◆ fclose

MOD_CLOSE_F module_T::fclose

Definition at line 50 of file ze-modules.c.

◆ finfo

MOD_INFO_F module_T::finfo

Definition at line 51 of file ze-modules.c.

◆ finit

MOD_INIT_F module_T::finit

Definition at line 49 of file ze-modules.c.

◆ fname

char* module_T::fname

Definition at line 43 of file ze-modules.c.

◆ fservice

MOD_SERVICE_F module_T::fservice

Definition at line 53 of file ze-modules.c.

◆ handle

void* module_T::handle

Definition at line 44 of file ze-modules.c.

◆ name

char* module_T::name

Definition at line 42 of file ze-modules.c.

◆ ok

bool module_T::ok

Definition at line 41 of file ze-modules.c.


The documentation for this struct was generated from the following file: