Linked list of active plugins. More...
Data Fields | |
struct PluginList * | next |
This is a linked list. More... | |
char * | name |
Name of the library. More... | |
void * | handle |
System handle. More... | |
struct PluginList* PluginList::next |
This is a linked list.
Definition at line 42 of file plugin.c.
Referenced by GNUNET_PLUGIN_load(), and GNUNET_PLUGIN_unload().
char* PluginList::name |
Name of the library.
Definition at line 47 of file plugin.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), GNUNET_PLUGIN_load(), GNUNET_PLUGIN_test(), and GNUNET_PLUGIN_unload().
void* PluginList::handle |
System handle.
Definition at line 52 of file plugin.c.
Referenced by GNUNET_PLUGIN_load(), GNUNET_PLUGIN_test(), and GNUNET_PLUGIN_unload().