Handle for a plugin. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testing/testing.h>
Data Fields | |
char * | library_name |
Name of the shared library. More... | |
struct GNUNET_TESTING_PluginFunctions * | api |
Plugin API. More... | |
char * | node_ip |
IP address of the specific node the helper is running for. More... | |
char * | plugin_name |
Name of the test case plugin. More... | |
char * | global_n |
The number of namespaces. More... | |
char * | local_m |
The number of local nodes per namespace. More... | |
char * | n |
The number of the namespace this node is in. More... | |
char * | m |
The number of the node in the namespace. More... | |
char* TestcasePlugin::library_name |
Name of the shared library.
Definition at line 98 of file testing.h.
Referenced by __attribute__(), add_plugin(), do_shutdown(), GNUNET_BLOCK_context_destroy(), and tokenizer_cb().
struct GNUNET_TESTING_PluginFunctions* TestcasePlugin::api |
Plugin API.
Definition at line 103 of file testing.h.
Referenced by __attribute__(), add_plugin(), find_plugin(), GNUNET_BLOCK_context_destroy(), GNUNET_GNSRECORD_is_critical(), GNUNET_GNSRECORD_string_to_value(), GNUNET_GNSRECORD_typename_to_number(), GNUNET_GNSRECORD_value_to_string(), GNUNET_RECLAIM_attribute_number_to_typename(), GNUNET_RECLAIM_attribute_string_to_value(), GNUNET_RECLAIM_attribute_typename_to_number(), GNUNET_RECLAIM_attribute_value_to_string(), GNUNET_RECLAIM_credential_get_attributes(), GNUNET_RECLAIM_credential_get_expiration(), GNUNET_RECLAIM_credential_get_issuer(), GNUNET_RECLAIM_credential_get_presentation(), GNUNET_RECLAIM_credential_number_to_typename(), GNUNET_RECLAIM_credential_string_to_value(), GNUNET_RECLAIM_credential_typename_to_number(), GNUNET_RECLAIM_credential_value_to_string(), GNUNET_RECLAIM_presentation_get_attributes(), GNUNET_RECLAIM_presentation_get_expiration(), GNUNET_RECLAIM_presentation_get_issuer(), GNUNET_RECLAIM_presentation_number_to_typename(), GNUNET_RECLAIM_presentation_string_to_value(), GNUNET_RECLAIM_presentation_typename_to_number(), GNUNET_RECLAIM_presentation_value_to_string(), start_helper(), and tokenizer_cb().
char* TestcasePlugin::node_ip |
char* TestcasePlugin::plugin_name |
char* TestcasePlugin::global_n |
char* TestcasePlugin::local_m |
The number of local nodes per namespace.
Definition at line 127 of file testing.h.
Referenced by tokenizer_cb().
char* TestcasePlugin::n |
The number of the namespace this node is in.
Definition at line 133 of file testing.h.
Referenced by tokenizer_cb().
char* TestcasePlugin::m |
The number of the node in the namespace.
Definition at line 139 of file testing.h.
Referenced by tokenizer_cb().