aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-07 11:26:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-07 11:26:47 +0000
commitfb86f460db5664b66478b6d025ed691352ce67d8 (patch)
treee0d104aaf5690f4e92912485fd48005eb3a20cc4 /src/transport/gnunet-service-transport_neighbours.h
parent5ce5c0150e0d6682576152e0494f13abe86ec1bf (diff)
downloadgnunet-fb86f460db5664b66478b6d025ed691352ce67d8.tar.gz
gnunet-fb86f460db5664b66478b6d025ed691352ce67d8.zip
not including \0-terminator is different from typical semantic
more import: functions using this iterator already use it this way!
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h2
1 files changed, 1 insertions, 1 deletions
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);
151 * @param cls closure 151 * @param cls closure
152 * @param neighbour identity of the neighbour 152 * @param neighbour identity of the neighbour
153 * @param ats performance data 153 * @param ats performance data
154 * @param ats_count number of entries in ats (excluding 0-termination) 154 * @param ats_count number of entries in ats (including 0-termination)
155 */ 155 */
156typedef void (*GST_NeighbourIterator) (void *cls, 156typedef void (*GST_NeighbourIterator) (void *cls,
157 const struct GNUNET_PeerIdentity * 157 const struct GNUNET_PeerIdentity *