gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16718 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r16718 - gnunet/src/transport
Date: Wed, 7 Sep 2011 13:26:47 +0200

Author: wachs
Date: 2011-09-07 13:26:47 +0200 (Wed, 07 Sep 2011)
New Revision: 16718

Modified:
   gnunet/src/transport/gnunet-service-transport_neighbours.h
Log:
not including \0-terminator is different from typical semantic 
more import: functions using this iterator already use it this way!


Modified: gnunet/src/transport/gnunet-service-transport_neighbours.h
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.h  2011-09-07 
11:17:30 UTC (rev 16717)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.h  2011-09-07 
11:26:47 UTC (rev 16718)
@@ -151,7 +151,7 @@
  * @param cls closure
  * @param neighbour identity of the neighbour
  * @param ats performance data
- * @param ats_count number of entries in ats (excluding 0-termination)
+ * @param ats_count number of entries in ats (including 0-termination)
  */
 typedef void (*GST_NeighbourIterator) (void *cls,
                                        const struct GNUNET_PeerIdentity *




reply via email to

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