![]() |
GNUnet
0.11.x
|
A plugin list entry. More...
Data Fields | |
struct PluginListEntry * | next |
struct PluginListEntry * | prev |
char * | libname |
libname (to cleanup) More... | |
struct GNUNET_REST_Plugin * | plugin |
The plugin. More... | |
A plugin list entry.
Definition at line 150 of file gnunet-rest-server.c.
struct PluginListEntry* PluginListEntry::next |
Definition at line 153 of file gnunet-rest-server.c.
Referenced by create_response().
struct PluginListEntry* PluginListEntry::prev |
Definition at line 156 of file gnunet-rest-server.c.
char* PluginListEntry::libname |
libname (to cleanup)
Definition at line 161 of file gnunet-rest-server.c.
Referenced by do_shutdown(), and load_plugin().
struct GNUNET_REST_Plugin* PluginListEntry::plugin |
The plugin.
Definition at line 166 of file gnunet-rest-server.c.
Referenced by create_response(), do_shutdown(), and load_plugin().