GNUnet  0.20.0
GNUNET_TESTBED_ConnectionEventMessage Struct Reference

Event notification from a controller to a client. More...

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

Collaboration diagram for GNUNET_TESTBED_ConnectionEventMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_PEER_CONNECT_EVENT. More...
 
int32_t event_type
 'enum GNUNET_TESTBED_EventType' (in NBO); either GNUNET_TESTBED_ET_CONNECT or GNUNET_TESTBED_ET_DISCONNECT. More...
 
uint32_t peer1
 First peer. More...
 
uint32_t peer2
 Second peer. More...
 
uint64_t operation_id
 Operation ID that is used to identify this operation. More...
 

Detailed Description

Event notification from a controller to a client.

Definition at line 475 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_ConnectionEventMessage::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_PEER_CONNECT_EVENT.

Definition at line 468 of file testbed.h.

◆ event_type

int32_t GNUNET_TESTBED_ConnectionEventMessage::event_type

'enum GNUNET_TESTBED_EventType' (in NBO); either GNUNET_TESTBED_ET_CONNECT or GNUNET_TESTBED_ET_DISCONNECT.

Definition at line 486 of file testbed.h.

◆ peer1

uint32_t GNUNET_TESTBED_ConnectionEventMessage::peer1

First peer.

Definition at line 491 of file testbed.h.

◆ peer2

uint32_t GNUNET_TESTBED_ConnectionEventMessage::peer2

◆ operation_id

uint64_t GNUNET_TESTBED_ConnectionEventMessage::operation_id

Operation ID that is used to identify this operation.

Definition at line 501 of file testbed.h.


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