![]() |
GNUnet
0.16.x
|
A trait. More...
#include <gnunet_testing_ng_lib.h>
Data Fields | |
unsigned int | index |
Index number associated with the trait. More... | |
const char * | trait_name |
Trait type, for example "reserve-pub" or "coin-priv". More... | |
const void * | ptr |
Pointer to the piece of data to offer. More... | |
A trait.
Definition at line 539 of file gnunet_testing_ng_lib.h.
unsigned int GNUNET_TESTING_Trait::index |
Index number associated with the trait.
This gives the possibility to have multiple traits on offer under the same name.
Definition at line 546 of file gnunet_testing_ng_lib.h.
Referenced by block_until_external_trigger_traits(), start_peer_traits(), and system_create_traits().
const char* GNUNET_TESTING_Trait::trait_name |
Trait type, for example "reserve-pub" or "coin-priv".
Definition at line 551 of file gnunet_testing_ng_lib.h.
const void* GNUNET_TESTING_Trait::ptr |
Pointer to the piece of data to offer.
Definition at line 556 of file gnunet_testing_ng_lib.h.