GNUnet  0.20.0
test_peer Struct Reference
Collaboration diagram for test_peer:
[legend]

Data Fields

struct test_propertiesprops
 
unsigned int num
 
struct GNUNET_SCHEDULER_Taskop_task
 
struct GNUNET_TESTBED_Operationop
 
struct GNUNET_TESTBED_Peerpeer
 
struct GNUNET_PeerIdentity peer_id
 
struct GNUNET_BarrierWaitHandlewait
 
struct GNUNET_MESSENGER_Handlehandle
 
struct GNUNET_MESSENGER_Roomroom
 
unsigned int peer_messages
 
const char * message
 

Detailed Description

Definition at line 42 of file testing_messenger_setup.c.

Field Documentation

◆ props

struct test_properties* test_peer::props

Definition at line 43 of file testing_messenger_setup.c.

◆ num

unsigned int test_peer::num

Definition at line 44 of file testing_messenger_setup.c.

◆ op_task

struct GNUNET_SCHEDULER_Task* test_peer::op_task

Definition at line 46 of file testing_messenger_setup.c.

Referenced by barrier_cb().

◆ op

struct GNUNET_TESTBED_Operation* test_peer::op

Definition at line 47 of file testing_messenger_setup.c.

◆ peer

◆ peer_id

struct GNUNET_PeerIdentity test_peer::peer_id

Definition at line 49 of file testing_messenger_setup.c.

◆ wait

struct GNUNET_BarrierWaitHandle* test_peer::wait

Definition at line 51 of file testing_messenger_setup.c.

◆ handle

struct GNUNET_MESSENGER_Handle* test_peer::handle

Definition at line 53 of file testing_messenger_setup.c.

◆ room

struct GNUNET_MESSENGER_Room* test_peer::room

Definition at line 54 of file testing_messenger_setup.c.

◆ peer_messages

unsigned int test_peer::peer_messages

Definition at line 56 of file testing_messenger_setup.c.

◆ message

const char* test_peer::message

Definition at line 58 of file testing_messenger_setup.c.

Referenced by on_message().


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