The structure for identifying a shared service. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/gnunet-service-testbed.h>
Data Fields | |
char * | name |
The name of the shared service. More... | |
uint32_t | num_shared |
Number of shared peers per instance of the shared service. More... | |
uint32_t | num_sharing |
Number of peers currently sharing the service. More... | |
char * | sname |
struct SharedServiceInstance ** | instances |
struct GNUNET_CONFIGURATION_Handle * | cfg |
unsigned int | n_peers |
unsigned int | share |
unsigned int | n_instances |
The structure for identifying a shared service.
Definition at line 272 of file gnunet-service-testbed.h.
char* SharedService::name |
The name of the shared service.
Definition at line 277 of file gnunet-service-testbed.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().
uint32_t SharedService::num_shared |
Number of shared peers per instance of the shared service.
Definition at line 282 of file gnunet-service-testbed.h.
uint32_t SharedService::num_sharing |
Number of peers currently sharing the service.
Definition at line 287 of file gnunet-service-testbed.h.
char* SharedService::sname |
Definition at line 103 of file testing.c.
Referenced by associate_shared_service(), GNUNET_TESTING_peer_configure(), GNUNET_TESTING_system_create_with_portrange(), GNUNET_TESTING_system_destroy(), start_shared_service_instance(), and stop_shared_service_instance().
struct SharedServiceInstance** SharedService::instances |
Definition at line 105 of file testing.c.
Referenced by associate_shared_service(), and GNUNET_TESTING_system_destroy().
struct GNUNET_CONFIGURATION_Handle* SharedService::cfg |
Definition at line 107 of file testing.c.
Referenced by gnunet_testing.Peer::__del__(), associate_shared_service(), gnunet_testing.Peer::get_statistics_value(), GNUNET_TESTING_system_create_with_portrange(), GNUNET_TESTING_system_destroy(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
unsigned int SharedService::n_peers |
Definition at line 109 of file testing.c.
Referenced by associate_shared_service().
unsigned int SharedService::share |
Definition at line 111 of file testing.c.
Referenced by associate_shared_service(), and GNUNET_TESTING_system_create_with_portrange().
unsigned int SharedService::n_instances |
Definition at line 113 of file testing.c.
Referenced by associate_shared_service(), and GNUNET_TESTING_system_destroy().