Data for the operations of type OP_PEER_RECONFIGURE. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed_api_peers.h>
Data Fields | |
struct GNUNET_TESTBED_Peer * | peer |
The peer whose information has been requested. More... | |
char * | config |
The serialized new configuration template. More... | |
uint16_t | cfg_size |
the size of the serialized configuration More... | |
Data for the operations of type OP_PEER_RECONFIGURE.
Definition at line 204 of file testbed_api_peers.h.
struct GNUNET_TESTBED_Peer* PeerReconfigureData::peer |
The peer whose information has been requested.
Definition at line 209 of file testbed_api_peers.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().
char* PeerReconfigureData::config |
The serialized new configuration template.
Definition at line 214 of file testbed_api_peers.h.
Referenced by typescriptdomain.MyHtmlBuilder::init_highlighter().
uint16_t PeerReconfigureData::cfg_size |
the size of the serialized configuration
Definition at line 219 of file testbed_api_peers.h.