A plugin list entry. More...
Data Fields | |
struct PluginListEntry * | next |
struct PluginListEntry * | prev |
char * | libname |
libname (to cleanup) More... | |
void * | plugin |
The plugin. More... | |
GNUNET_REST_ProcessingFunction | process_request |
Request function. More... | |
A plugin list entry.
Definition at line 175 of file gnunet-rest-server.c.
struct PluginListEntry* PluginListEntry::next |
Definition at line 178 of file gnunet-rest-server.c.
Referenced by create_response().
struct PluginListEntry* PluginListEntry::prev |
Definition at line 181 of file gnunet-rest-server.c.
char* PluginListEntry::libname |
libname (to cleanup)
Definition at line 186 of file gnunet-rest-server.c.
Referenced by do_shutdown(), and setup_plugin().
void* PluginListEntry::plugin |
The plugin.
Definition at line 191 of file gnunet-rest-server.c.
Referenced by create_response(), and setup_plugin().
GNUNET_REST_ProcessingFunction PluginListEntry::process_request |
Request function.
Definition at line 196 of file gnunet-rest-server.c.
Referenced by create_response(), and setup_plugin().