Data Fields | |
char * | sname |
struct SharedServiceInstance ** | instances |
struct GNUNET_CONFIGURATION_Handle * | cfg |
unsigned int | n_peers |
unsigned int | share |
unsigned int | n_instances |
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(), 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 associate_shared_service(), GNUNET_TESTING_system_create_with_portrange(), and GNUNET_TESTING_system_destroy().
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().