gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35026 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r35026 - gnunet/src/include
Date: Wed, 28 Jan 2015 15:15:54 +0100

Author: bartpolot
Date: 2015-01-28 15:15:54 +0100 (Wed, 28 Jan 2015)
New Revision: 35026

Modified:
   gnunet/src/include/gnunet_cadet_service.h
Log:
Documentation update - fix contradiction

Modified: gnunet/src/include/gnunet_cadet_service.h
===================================================================
--- gnunet/src/include/gnunet_cadet_service.h   2015-01-28 14:01:15 UTC (rev 
35025)
+++ gnunet/src/include/gnunet_cadet_service.h   2015-01-28 14:15:54 UTC (rev 
35026)
@@ -201,9 +201,9 @@
  * @param new_channel Function called when an *incoming* channel is created.
  *                    Can be NULL if no inbound channels are desired.
  *                    See @a ports.
- * @param cleaner Function called when a channel is destroyed by the remote 
peer.
- *                It is NOT called if #GNUNET_CADET_channel_destroy is called 
on
- *                the channel.
+ * @param cleaner Function called when a channel is destroyed.
+ *                It is called immediately if #GNUNET_CADET_channel_destroy
+ *                is called on the channel.
  * @param handlers Callbacks for messages we care about, NULL-terminated. Each
  *                 one must call #GNUNET_CADET_receive_done on the channel to
  *                 receive the next message.  Messages of a type that is not




reply via email to

[Prev in Thread] Current Thread [Next in Thread]