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:09:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-10 09:09:58 +0000
commitc724cd0f9d4c520bfb3f078e1c9a3f12363c7ca7 (patch)
tree959d8e9dcd51b22aa4da03ab43e8bcdfcffeb832 /src/include/gnunet_transport_service.h
parent9edc29a3c924554eecc00aa856bf3b0eb95ead52 (diff)
downloadgnunet-c724cd0f9d4c520bfb3f078e1c9a3f12363c7ca7.tar.gz
gnunet-c724cd0f9d4c520bfb3f078e1c9a3f12363c7ca7.zip
consistent documentation
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 a38a7ac69..8ff9f401e 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -608,6 +608,7 @@ GNUNET_TRANSPORT_p2s (enum GNUNET_TRANSPORT_PeerState state);
608int 608int
609GNUNET_TRANSPORT_is_connected (enum GNUNET_TRANSPORT_PeerState state); 609GNUNET_TRANSPORT_is_connected (enum GNUNET_TRANSPORT_PeerState state);
610 610
611
611/** 612/**
612 * Return information about a specific peer or all peers currently known to 613 * Return information about a specific peer or all peers currently known to
613 * transport service once or in monitoring mode. To obtain information about 614 * transport service once or in monitoring mode. To obtain information about
@@ -623,6 +624,9 @@ GNUNET_TRANSPORT_is_connected (enum GNUNET_TRANSPORT_PeerState state);
623 * more time with 'NULL'. After this, the operation must no longer be 624 * more time with 'NULL'. After this, the operation must no longer be
624 * explicitly canceled. 625 * explicitly canceled.
625 * 626 *
627 * The #GNUNET_TRANSPORT_monitor_peers_cancel call MUST not be called in the
628 * the peer_callback!
629 *
626 * @param cfg configuration to use 630 * @param cfg configuration to use
627 * @param peer a specific peer identity to obtain information for, 631 * @param peer a specific peer identity to obtain information for,
628 * NULL for all peers 632 * NULL for all peers