From 260d4269dd93fd8e4e5af766e15970251c5b7ac9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 25 Jan 2015 21:08:22 +0000 Subject: -undo bad commit --- src/transport/test_transport_api_reliability.c | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'src/transport/test_transport_api_reliability.c') diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c index 903e6efdc..a727d3e6a 100644 --- a/src/transport/test_transport_api_reliability.c +++ b/src/transport/test_transport_api_reliability.c @@ -87,22 +87,22 @@ static int ok; /** * Context of peer 1 */ -static struct PeerContext *p1; +struct PeerContext *p1; /** * Configuration file of peer 1 */ -static char *cfg_file_p1; +char *cfg_file_p1; /** * Context of peer 2 */ -static struct PeerContext *p2; +struct PeerContext *p2; /** * Configuration file of peer 1 */ -static char *cfg_file_p2; +char *cfg_file_p2; /** * Timeout task @@ -112,12 +112,12 @@ static struct GNUNET_SCHEDULER_Task * die_task; /** * Transport transmit handle used */ -static struct GNUNET_TRANSPORT_TransmitHandle *th; +struct GNUNET_TRANSPORT_TransmitHandle *th; /** * Transport testing handle */ -static struct GNUNET_TRANSPORT_TESTING_handle *tth; +struct GNUNET_TRANSPORT_TESTING_handle *tth; /* * Total amount of bytes sent @@ -145,9 +145,7 @@ static int msg_sent; static int msg_recv; static int test_connected; - static int test_sending; - static int test_send_timeout; @@ -169,11 +167,9 @@ static GNUNET_TRANSPORT_TESTING_ConnectRequest cc; #define OKPP do { ok++; } while (0) #endif - static int get_bit (const char *map, unsigned int bit); - static void end () { -- cgit v1.2.3