struct returned by the initialization function of the plugin More...
#include <gnunet_rest_plugin.h>
Data Fields | |
void * | cls |
The closure of the plugin. More... | |
const char * | name |
Plugin name. More... | |
struct returned by the initialization function of the plugin
Definition at line 52 of file gnunet_rest_plugin.h.
void* GNUNET_REST_Plugin::cls |
The closure of the plugin.
Definition at line 59 of file gnunet_rest_plugin.h.
Referenced by libgnunet_plugin_rest_pabc_init(), libgnunet_plugin_rest_reclaim_done(), REST_config_init(), REST_copying_init(), REST_gns_init(), REST_identity_init(), REST_namestore_init(), REST_openid_init(), and REST_reclaim_init().
const char* GNUNET_REST_Plugin::name |
Plugin name.
Used as the namespace for the API. e.g. http://hostname:port/name
Definition at line 65 of file gnunet_rest_plugin.h.
Referenced by libgnunet_plugin_rest_pabc_init(), REST_config_init(), REST_copying_init(), REST_gns_init(), REST_identity_init(), REST_namestore_init(), REST_openid_init(), REST_reclaim_init(), and run().