Closure for find_libraries(). More...
Data Fields | |
const char * | basename |
Prefix the plugin names we find have to match. More... | |
void * | arg |
Argument to give to 'init' when loading the plugin. More... | |
GNUNET_PLUGIN_LoaderCallback | cb |
Function to call for each plugin. More... | |
void * | cb_cls |
Closure for cb. More... | |
Closure for find_libraries().
const char* LoadAllContext::basename |
Prefix the plugin names we find have to match.
Definition at line 292 of file plugin.c.
Referenced by find_libraries(), and GNUNET_PLUGIN_load_all().
void* LoadAllContext::arg |
Argument to give to 'init' when loading the plugin.
Definition at line 297 of file plugin.c.
Referenced by find_libraries(), and GNUNET_PLUGIN_load_all().
GNUNET_PLUGIN_LoaderCallback LoadAllContext::cb |
Function to call for each plugin.
Definition at line 302 of file plugin.c.
Referenced by find_libraries(), and GNUNET_PLUGIN_load_all().
void* LoadAllContext::cb_cls |
Closure for cb.
Definition at line 307 of file plugin.c.
Referenced by find_libraries(), and GNUNET_PLUGIN_load_all().