GNUnet 0.21.1
GNUNET_TESTING_BlockState Struct Reference

Struct with information for callbacks. More...

#include <gnunet_testing_netjail_lib.h>

Collaboration diagram for GNUNET_TESTING_BlockState:
[legend]

Data Fields

struct GNUNET_TESTING_AsyncContext ac
 Context for our asynchronous completion. More...
 
const char * label
 The label of this command. More...
 
unsigned int asynchronous_finish
 If this command will block. More...
 

Detailed Description

Struct with information for callbacks.

Definition at line 350 of file gnunet_testing_netjail_lib.h.

Field Documentation

◆ ac

struct GNUNET_TESTING_AsyncContext GNUNET_TESTING_BlockState::ac

Context for our asynchronous completion.

Definition at line 355 of file gnunet_testing_netjail_lib.h.

Referenced by block_until_external_trigger_traits(), and GNUNET_TESTING_cmd_block_until_external_trigger().

◆ label

const char* GNUNET_TESTING_BlockState::label

The label of this command.

Definition at line 360 of file gnunet_testing_netjail_lib.h.

Referenced by block_until_all_peers_started_run(), and GNUNET_TESTING_cmd_block_until_external_trigger().

◆ asynchronous_finish

unsigned int GNUNET_TESTING_BlockState::asynchronous_finish

If this command will block.

Definition at line 365 of file gnunet_testing_netjail_lib.h.

Referenced by block_until_all_peers_started_run().


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