aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-10 09:11:15 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-10 09:11:15 +0000
commit1f22cdb8c06ebbf6ac3b9e85abc2866b507e5dc5 (patch)
tree426dec88bb3c9559e25af8fab9146c8c9e18ad1f /src/include/gnunet_transport_service.h
parentc724cd0f9d4c520bfb3f078e1c9a3f12363c7ca7 (diff)
downloadgnunet-1f22cdb8c06ebbf6ac3b9e85abc2866b507e5dc5.tar.gz
gnunet-1f22cdb8c06ebbf6ac3b9e85abc2866b507e5dc5.zip
docu
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-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