aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-09 09:40:34 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-09 09:40:34 +0000
commit2ebc43f57aafc7435dc8e344d6ccbf12582e6123 (patch)
treed2ff9b564fca096d3be9b3de7b86d81475341cfd /src/include/gnunet_transport_service.h
parent6bb3d7d95c4a40deac7879d71c50c5ef7beb173f (diff)
downloadgnunet-2ebc43f57aafc7435dc8e344d6ccbf12582e6123.tar.gz
gnunet-2ebc43f57aafc7435dc8e344d6ccbf12582e6123.zip
more docu
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 2c3c9556f..2c6cc2461 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -285,6 +285,9 @@ typedef void (*GNUNET_TRANSPORT_AddressToStringCallback) (void *cls,
285/** 285/**
286 * Function to call with information about a peer 286 * Function to call with information about a peer
287 * 287 *
288 * The #GNUNET_TRANSPORT_monitor_peers_cancel call MUST not be called from
289 * within this function!
290 *
288 * @param cls closure 291 * @param cls closure
289 * @param peer peer this update is about, 292 * @param peer peer this update is about,
290 * NULL if this is the final last callback for a iteration operation 293 * NULL if this is the final last callback for a iteration operation