|
jabberd14 1.6.2
|
Data Fields | |
| pool | p |
| shutdown_func | f |
| void * | arg |
| struct shutdown_list * | next |
list element to hold a registered shutdown callback
| void* shutdown_list::arg |
argument to pass to the shutdown callback function
Referenced by register_shutdown(), and shutdown_callbacks().
the registered shutdown callback function
Referenced by register_shutdown(), and shutdown_callbacks().
| struct shutdown_list* shutdown_list::next |
pointer to the next list element
Referenced by register_shutdown(), and shutdown_callbacks().
memory pool: used to hold the instances memory itself
Referenced by register_shutdown(), and shutdown_callbacks().
1.7.4