#include <smd_modules.h>
Data Fields | |
| const char * | name |
| smd_module_create_fn_t | create_fn |
| smd_module_destroy_fn_t | destroy_fn |
| apr_pool_t * | pool |
|
|
Function pointer to this Module's initialization function. |
|
|
Function pointer to this Module's destroy function. |
|
|
Name of this Module. |
|
|
Pool for Memory allocation by this Module. |
1.3.5