Struct to hold information for callbacks. More...
#include <gnunet_testing_netjail_lib.h>
Data Fields | |
struct GNUNET_TESTING_AsyncContext | ac |
Context for our asynchronous completion. More... | |
GNUNET_TESTING_cmd_helper_write_cb | write_message |
Callback to write messages to the master loop. More... | |
Struct to hold information for callbacks.
Definition at line 373 of file gnunet_testing_netjail_lib.h.
struct GNUNET_TESTING_AsyncContext GNUNET_TESTING_LocalPreparedState::ac |
Context for our asynchronous completion.
Definition at line 366 of file gnunet_testing_netjail_lib.h.
GNUNET_TESTING_cmd_helper_write_cb GNUNET_TESTING_LocalPreparedState::write_message |
Callback to write messages to the master loop.
Definition at line 384 of file gnunet_testing_netjail_lib.h.
Referenced by local_test_prepared_run().