From 58a56562f1d4d8c375144149690951b3ea6c36ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Thu, 12 May 2016 08:58:17 +0000 Subject: [PATCH] -rps: doxygen --- src/rps/gnunet-service-rps_peers.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/rps/gnunet-service-rps_peers.c b/src/rps/gnunet-service-rps_peers.c index 7a073c63f..33430e51f 100644 --- a/src/rps/gnunet-service-rps_peers.c +++ b/src/rps/gnunet-service-rps_peers.c @@ -220,7 +220,6 @@ static const struct GNUNET_PeerIdentity *own_identity; static struct GNUNET_CADET_Handle *cadet_handle; - /** * @brief Get the #PeerContext associated with a peer * @@ -1062,9 +1061,6 @@ Peers_destroy_sending_channel (const struct GNUNET_PeerIdentity *peer) /** * This is called when a channel is destroyed. * - * Removes peer completely from our knowledge if the send_channel was destroyed - * Otherwise simply delete the recv_channel - * * @param cls The closure * @param channel The channel being closed * @param channel_ctx The context associated with this channel @@ -1093,6 +1089,7 @@ Peers_cleanup_destroyed_channel (void *cls, /* If our peer issued the destruction of the channel, the #Peers_TO_DESTROY * flag will be set. In this case simply make sure that the channels are * cleaned. */ + /* FIXME This distinction seems to be redundant */ if (Peers_check_peer_flag (peer, Peers_TO_DESTROY)) {/* We initiatad the destruction of this particular peer */ if (channel == peer_ctx->send_channel) -- 2.25.1