aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_transport_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 8ff9f401e..d5a2d95f9 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -285,9 +285,13 @@ 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 * If one_shot was set to GNUNET_YES to iterate over all peers once,
289 * a final call with NULL for peer and address will follow when done
290 *
288 * The #GNUNET_TRANSPORT_monitor_peers_cancel call MUST not be called from 291 * The #GNUNET_TRANSPORT_monitor_peers_cancel call MUST not be called from
289 * within this function! 292 * within this function!
290 * 293 *
294 *
291 * @param cls closure 295 * @param cls closure
292 * @param peer peer this update is about, 296 * @param peer peer this update is about,
293 * NULL if this is the final last callback for a iteration operation 297 * NULL if this is the final last callback for a iteration operation