aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_cmd_connecting_peers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_cmd_connecting_peers.c')
-rw-r--r--src/transport/transport_api_cmd_connecting_peers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport_api_cmd_connecting_peers.c b/src/transport/transport_api_cmd_connecting_peers.c
index f4b2e935f..3148806c7 100644
--- a/src/transport/transport_api_cmd_connecting_peers.c
+++ b/src/transport/transport_api_cmd_connecting_peers.c
@@ -53,13 +53,13 @@ connect_peers_run (void *cls,
53{ 53{
54 struct ConnectPeersState *cps = cls; 54 struct ConnectPeersState *cps = cls;
55 const struct GNUNET_TESTING_Command *peer1_cmd; 55 const struct GNUNET_TESTING_Command *peer1_cmd;
56 const struct GNUNET_TESTING_Command *peer2_cmd; 56 //const struct GNUNET_TESTING_Command *peer2_cmd;
57 struct GNUNET_TRANSPORT_ApplicationHandle *ah; 57 struct GNUNET_TRANSPORT_ApplicationHandle *ah;
58 struct GNUNET_PeerIdentity *peer = GNUNET_new (struct GNUNET_PeerIdentity); 58 struct GNUNET_PeerIdentity *peer = GNUNET_new (struct GNUNET_PeerIdentity);
59 char *addr; 59 char *addr;
60 struct GNUNET_TIME_Absolute t; 60 //struct GNUNET_TIME_Absolute t;
61 char *hello; 61 char *hello;
62 size_t *hello_size; 62 //size_t *hello_size;
63 enum GNUNET_NetworkType nt = 0; 63 enum GNUNET_NetworkType nt = 0;
64 char *peer_id; 64 char *peer_id;
65 65