GNUnet 0.21.1
GNUNET_TESTING_PluginFunctions Struct Reference

The plugin API every test case plugin has to implement. More...

#include <gnunet_testing_plugin.h>

Collaboration diagram for GNUNET_TESTING_PluginFunctions:
[legend]

Data Fields

GNUNET_TESTING_PLUGIN_StartTestCase start_testcase
 
GNUNET_TESTING_PLUGIN_ALL_PEERS_STARTED all_peers_started
 
GNUNET_TESTING_PLUGIN_ALL_LOCAL_TESTS_PREPARED all_local_tests_prepared
 
GNUNET_TESTING_PLUGIN_GET_WAITING_FOR_BARRIERS get_waiting_for_barriers
 

Detailed Description

The plugin API every test case plugin has to implement.

Definition at line 126 of file gnunet_testing_plugin.h.

Field Documentation

◆ start_testcase

GNUNET_TESTING_PLUGIN_StartTestCase GNUNET_TESTING_PluginFunctions::start_testcase

Definition at line 129 of file gnunet_testing_plugin.h.

Referenced by tokenizer_cb().

◆ all_peers_started

GNUNET_TESTING_PLUGIN_ALL_PEERS_STARTED GNUNET_TESTING_PluginFunctions::all_peers_started

Definition at line 131 of file gnunet_testing_plugin.h.

Referenced by tokenizer_cb().

◆ all_local_tests_prepared

GNUNET_TESTING_PLUGIN_ALL_LOCAL_TESTS_PREPARED GNUNET_TESTING_PluginFunctions::all_local_tests_prepared

Definition at line 133 of file gnunet_testing_plugin.h.

Referenced by tokenizer_cb().

◆ get_waiting_for_barriers

GNUNET_TESTING_PLUGIN_GET_WAITING_FOR_BARRIERS GNUNET_TESTING_PluginFunctions::get_waiting_for_barriers

Definition at line 135 of file gnunet_testing_plugin.h.

Referenced by start_helper().


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