GNUnet  0.19.4
PeerCreateData Struct Reference

Data for the OperationType OP_PEER_CREATE. More...

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

Collaboration diagram for PeerCreateData:
[legend]

Data Fields

struct GNUNET_TESTBED_Hosthost
 The host where the peer has to be created. More...
 
const struct GNUNET_CONFIGURATION_Handlecfg
 The template configuration of the peer. More...
 
GNUNET_TESTBED_PeerCreateCallback cb
 The call back to call when we receive peer create success message. More...
 
void * cls
 The closure for the above callback. More...
 
struct GNUNET_TESTBED_Peerpeer
 The peer structure to return when we get success message. More...
 

Detailed Description

Data for the OperationType OP_PEER_CREATE.

Definition at line 109 of file testbed_api_peers.h.

Field Documentation

◆ host

struct GNUNET_TESTBED_Host* PeerCreateData::host

The host where the peer has to be created.

Definition at line 114 of file testbed_api_peers.h.

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* PeerCreateData::cfg

◆ cb

The call back to call when we receive peer create success message.

Definition at line 124 of file testbed_api_peers.h.

◆ cls

void* PeerCreateData::cls

The closure for the above callback.

Definition at line 129 of file testbed_api_peers.h.

◆ peer


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