GNUnet 0.21.1
TestcasePlugin Struct Reference

Handle for a plugin. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/testing/testing.h>

Collaboration diagram for TestcasePlugin:
[legend]

Data Fields

char * library_name
 Name of the shared library. More...
 
struct GNUNET_TESTING_PluginFunctionsapi
 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...
 

Detailed Description

Handle for a plugin.

Definition at line 93 of file testing.h.

Field Documentation

◆ library_name

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().

◆ api

◆ node_ip

char* TestcasePlugin::node_ip

IP address of the specific node the helper is running for.

Definition at line 109 of file testing.h.

◆ plugin_name

char* TestcasePlugin::plugin_name

Name of the test case plugin.

Definition at line 115 of file testing.h.

◆ global_n

char* TestcasePlugin::global_n

The number of namespaces.

Definition at line 121 of file testing.h.

Referenced by tokenizer_cb().

◆ local_m

char* TestcasePlugin::local_m

The number of local nodes per namespace.

Definition at line 127 of file testing.h.

Referenced by tokenizer_cb().

◆ n

char* TestcasePlugin::n

The number of the namespace this node is in.

Definition at line 133 of file testing.h.

Referenced by tokenizer_cb().

◆ m

char* TestcasePlugin::m

The number of the node in the namespace.

Definition at line 139 of file testing.h.

Referenced by tokenizer_cb().


The documentation for this struct was generated from the following file: