GNUnet  0.20.0
GNUNET_TESTBED_OverlayConnectMessage Struct Reference

Message sent from client to testing service to connect two peers. More...

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

Collaboration diagram for GNUNET_TESTBED_OverlayConnectMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_OVERLAY_CONNECT. More...
 
uint32_t peer1
 Unique ID for the first peer. More...
 
uint64_t operation_id
 Operation ID that is used to identify this operation. More...
 
uint32_t peer2
 Unique ID for the second peer. More...
 
uint32_t peer2_host_id
 The ID of the host which runs peer2. More...
 

Detailed Description

Message sent from client to testing service to connect two peers.

Definition at line 375 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_OverlayConnectMessage::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_OVERLAY_CONNECT.

Definition at line 365 of file testbed.h.

◆ peer1

uint32_t GNUNET_TESTBED_OverlayConnectMessage::peer1

Unique ID for the first peer.

Definition at line 385 of file testbed.h.

◆ operation_id

uint64_t GNUNET_TESTBED_OverlayConnectMessage::operation_id

Operation ID that is used to identify this operation.

Definition at line 390 of file testbed.h.

◆ peer2

uint32_t GNUNET_TESTBED_OverlayConnectMessage::peer2

Unique ID for the second peer.

Definition at line 395 of file testbed.h.

Referenced by gnunet_testing.EqualStatisticsCondition::check(), and gnunet_testing.EqualStatisticsCondition::evaluate().

◆ peer2_host_id

uint32_t GNUNET_TESTBED_OverlayConnectMessage::peer2_host_id

The ID of the host which runs peer2.

Definition at line 400 of file testbed.h.


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