GNUnet  0.19.5
PeerEventData Struct Reference

Data for OperationType OP_PEER_START and OP_PEER_STOP. More...

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

Collaboration diagram for PeerEventData:
[legend]

Data Fields

struct GNUNET_TESTBED_Peerpeer
 The handle of the peer to start. More...
 
GNUNET_TESTBED_PeerChurnCallback pcc
 The Peer churn callback to call when this operation is completed. More...
 
void * pcc_cls
 Closure for the above callback. More...
 

Detailed Description

Data for OperationType OP_PEER_START and OP_PEER_STOP.

Definition at line 141 of file testbed_api_peers.h.

Field Documentation

◆ peer

◆ pcc

The Peer churn callback to call when this operation is completed.

Definition at line 151 of file testbed_api_peers.h.

Referenced by GNUNET_TESTBED_peer_start(), GNUNET_TESTBED_peer_stop(), and handle_peer_event().

◆ pcc_cls

void* PeerEventData::pcc_cls

Closure for the above callback.

Definition at line 156 of file testbed_api_peers.h.

Referenced by GNUNET_TESTBED_peer_start(), GNUNET_TESTBED_peer_stop(), and handle_peer_event().


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