aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_bidirectional_connect.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-29 14:44:56 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-29 14:44:56 +0000
commit07cf21cb24446f7e5f71e9c464fc471600909bb5 (patch)
tree0d58c520b9e0fea6b0053db8fd10cb148c13ff4f /src/transport/test_transport_api_bidirectional_connect.c
parentecfbe88ec84d3908db24e2ae0d2731f27320e0fa (diff)
downloadgnunet-07cf21cb24446f7e5f71e9c464fc471600909bb5.tar.gz
gnunet-07cf21cb24446f7e5f71e9c464fc471600909bb5.zip
-code cleanup
Diffstat (limited to 'src/transport/test_transport_api_bidirectional_connect.c')
-rw-r--r--src/transport/test_transport_api_bidirectional_connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_api_bidirectional_connect.c b/src/transport/test_transport_api_bidirectional_connect.c
index 85925b1bf..5c9ae36fe 100644
--- a/src/transport/test_transport_api_bidirectional_connect.c
+++ b/src/transport/test_transport_api_bidirectional_connect.c
@@ -57,8 +57,8 @@ static struct PeerContext *p1;
57 57
58static struct PeerContext *p2; 58static struct PeerContext *p2;
59 59
60static GNUNET_TRANSPORT_TESTING_ConnectRequest cc1; 60static struct GNUNET_TRANSPORT_TESTING_ConnectRequest * cc1;
61static GNUNET_TRANSPORT_TESTING_ConnectRequest cc2; 61static struct GNUNET_TRANSPORT_TESTING_ConnectRequest * cc2;
62 62
63static struct GNUNET_TRANSPORT_TransmitHandle *th; 63static struct GNUNET_TRANSPORT_TransmitHandle *th;
64 64