GNUnet 0.21.1
LoadAllContext Struct Reference

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...
 

Detailed Description

Closure for find_libraries().

Definition at line 287 of file plugin.c.

Field Documentation

◆ basename

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().

◆ arg

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().

◆ cb

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().

◆ cb_cls

void* LoadAllContext::cb_cls

Closure for cb.

Definition at line 307 of file plugin.c.

Referenced by find_libraries(), and GNUNET_PLUGIN_load_all().


The documentation for this struct was generated from the following file: