From: Julius Bünger Date: Thu, 12 May 2016 08:58:17 +0000 (+0000) Subject: -rps: doxygen X-Git-Tag: initial-import-from-subversion-38251~883 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=58a56562f1d4d8c375144149690951b3ea6c36ec;p=oweals%2Fgnunet.git -rps: doxygen --- 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)