Data Fields | |
struct SharedService * | ss |
char * | cfg_fn |
struct GNUNET_OS_Process * | proc |
char * | unix_sock |
char * | port_str |
unsigned int | n_refs |
struct SharedService* SharedServiceInstance::ss |
Definition at line 88 of file testing.c.
Referenced by associate_shared_service(), GNUNET_TESTING_peer_configure(), GNUNET_TESTING_system_destroy(), and stop_shared_service_instance().
char* SharedServiceInstance::cfg_fn |
Definition at line 90 of file testing.c.
Referenced by associate_shared_service(), and cleanup_shared_service_instance().
struct GNUNET_OS_Process* SharedServiceInstance::proc |
Definition at line 92 of file testing.c.
Referenced by cleanup_shared_service_instance(), GNUNET_TESTING_system_destroy(), and stop_shared_service_instance().
char* SharedServiceInstance::unix_sock |
Definition at line 94 of file testing.c.
Referenced by associate_shared_service(), and cleanup_shared_service_instance().
char* SharedServiceInstance::port_str |
Definition at line 96 of file testing.c.
Referenced by associate_shared_service(), and cleanup_shared_service_instance().
unsigned int SharedServiceInstance::n_refs |
Definition at line 98 of file testing.c.
Referenced by cleanup_shared_service_instance(), GNUNET_TESTING_peer_kill(), GNUNET_TESTING_peer_start(), and stop_shared_service_instance().