From ee5c6167bceee4e9dfdb2456f050781b96ff0c41 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 4 Oct 2012 08:53:20 +0000 Subject: [PATCH] removed session id --- src/stream/stream_api.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c index c5d8abada..e3ce7f88b 100644 --- a/src/stream/stream_api.c +++ b/src/stream/stream_api.c @@ -305,12 +305,6 @@ struct GNUNET_STREAM_Socket */ uint32_t testing_set_write_sequence_number_value; - /** - * The session id associated with this stream connection - * FIXME: Not used currently, may be removed - */ - uint32_t session_id; - /** * Write sequence number. Set to random when sending HELLO(client) and * HELLO_ACK(server) @@ -2737,7 +2731,6 @@ new_tunnel_notify (void *cls, socket = GNUNET_malloc (sizeof (struct GNUNET_STREAM_Socket)); socket->other_peer = *initiator; socket->tunnel = tunnel; - socket->session_id = 0; /* FIXME */ socket->state = STATE_INIT; socket->lsocket = lsocket; socket->retransmit_timeout = lsocket->retransmit_timeout; -- 2.25.1