From: Sree Harsha Totakura Date: Thu, 4 Oct 2012 08:53:20 +0000 (+0000) Subject: removed session id X-Git-Tag: initial-import-from-subversion-38251~11524 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee5c6167bceee4e9dfdb2456f050781b96ff0c41;p=oweals%2Fgnunet.git removed session id --- 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;