GNUnet  0.19.5
GNUNET_TESTBED_PeerCreateSuccessEventMessage 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_PeerCreateSuccessEventMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_CREATE_PEER_SUCCESS. More...
 
uint32_t peer_id
 Peer identity of the peer that was created. More...
 
uint64_t operation_id
 Operation ID of the operation that created this event. More...
 

Detailed Description

Event notification from a controller to a client.

Definition at line 533 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_PeerCreateSuccessEventMessage::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_CREATE_PEER_SUCCESS.

Definition at line 524 of file testbed.h.

◆ peer_id

uint32_t GNUNET_TESTBED_PeerCreateSuccessEventMessage::peer_id

Peer identity of the peer that was created.

Definition at line 543 of file testbed.h.

Referenced by handle_peer_create().

◆ operation_id

uint64_t GNUNET_TESTBED_PeerCreateSuccessEventMessage::operation_id

Operation ID of the operation that created this event.

Definition at line 548 of file testbed.h.

Referenced by handle_peer_create().


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