From fb86f460db5664b66478b6d025ed691352ce67d8 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 7 Sep 2011 11:26:47 +0000 Subject: [PATCH] not including \0-terminator is different from typical semantic more import: functions using this iterator already use it this way! --- src/transport/gnunet-service-transport_neighbours.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h index d7b234889..86939f91a 100644 --- a/src/transport/gnunet-service-transport_neighbours.h +++ b/src/transport/gnunet-service-transport_neighbours.h @@ -151,7 +151,7 @@ GST_neighbours_force_disconnect (const struct GNUNET_PeerIdentity *target); * @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 * -- 2.25.1