Linked list of active plugins. More...
Data Fields | |
| struct PluginList * | next |
| This is a linked list. | |
| char * | name |
| Name of the library. | |
| void * | handle |
| System handle. | |
| struct PluginList* PluginList::next |
This is a linked list.
Definition at line 40 of file plugin.c.
Referenced by GNUNET_PLUGIN_load(), and GNUNET_PLUGIN_unload().
| char* PluginList::name |
Name of the library.
Definition at line 45 of file plugin.c.
Referenced by GNUNET_PLUGIN_load(), GNUNET_PLUGIN_test(), GNUNET_PLUGIN_unload(), and resolve_function().
| void* PluginList::handle |
System handle.
Definition at line 50 of file plugin.c.
Referenced by GNUNET_PLUGIN_load(), GNUNET_PLUGIN_test(), GNUNET_PLUGIN_unload(), and resolve_function().