#include <sr_module.h>
Data Fields | |
| char * | name |
| void * | param_pointer |
| modparam_t | type |
Definition at line 126 of file sr_module.h.
| char* name |
null terminated param. name
Definition at line 127 of file sr_module.h.
Referenced by find_param_export(), and set_mod_param_regex().
| void* param_pointer |
pointer to the param. memory location
Definition at line 129 of file sr_module.h.
Referenced by find_param_export(), and set_mod_param_regex().
param. type
Definition at line 128 of file sr_module.h.
Referenced by find_param_export(), and set_mod_param_regex().
1.5.6