sip-router version
#include <sr_module.h>
Data Fields
-
fixup_function fixup
- pointer to the function called to "fix" the parameters
-
int flags
- Function flags.
-
free_fixup_function free_fixup
- function called to free the "fixed" parameters
-
cmd_function function
- pointer to the corresponding function
-
void * module_exports
- pointer to module structure
-
char * name
- null terminated command name
-
int param_no
- number of parameters used by the function
Detailed Description
Definition at line 256 of file sr_module.h.
The documentation for this struct was generated from the following file: