aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-08 17:51:53 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-08 17:51:53 +0000
commit5f05330cb3d9ec30347c07522de00624de9d6c67 (patch)
tree213d4a9fdd07a2017c5768d609280fce4b6f146c /src/include/gnunet_transport_service.h
parentce8e0739623ee25d2a29a75f393027a42bbe4d4f (diff)
downloadgnunet-5f05330cb3d9ec30347c07522de00624de9d6c67.tar.gz
gnunet-5f05330cb3d9ec30347c07522de00624de9d6c67.zip
neighbour monitoring api implemented
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 5448460ad..2c3c9556f 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -580,7 +580,7 @@ GNUNET_TRANSPORT_address_to_string (const struct GNUNET_CONFIGURATION_Handle
580/** 580/**
581 * Cancel request for address conversion. 581 * Cancel request for address conversion.
582 * 582 *
583 * @param alc handle for the request to cancel 583 * @param pic the context handle
584 */ 584 */
585void 585void
586GNUNET_TRANSPORT_address_to_string_cancel (struct 586GNUNET_TRANSPORT_address_to_string_cancel (struct
@@ -590,7 +590,7 @@ GNUNET_TRANSPORT_address_to_string_cancel (struct
590/** 590/**
591 * Convert a transport state to a human readable string. 591 * Convert a transport state to a human readable string.
592 * 592 *
593 * @param alc handle for the request to cancel 593 * @param state the state
594 */ 594 */
595const char * 595const char *
596GNUNET_TRANSPORT_p2s (enum GNUNET_TRANSPORT_PeerState state); 596GNUNET_TRANSPORT_p2s (enum GNUNET_TRANSPORT_PeerState state);
@@ -626,8 +626,8 @@ GNUNET_TRANSPORT_is_connected (enum GNUNET_TRANSPORT_PeerState state);
626 * @param one_shot GNUNET_YES to return the current state and then end (with NULL+NULL), 626 * @param one_shot GNUNET_YES to return the current state and then end (with NULL+NULL),
627 * GNUNET_NO to monitor peers continuously 627 * GNUNET_NO to monitor peers continuously
628 * @param timeout how long is the lookup allowed to take at most 628 * @param timeout how long is the lookup allowed to take at most
629 * @param peer_address_callback function to call with the results 629 * @param peer_callback function to call with the results
630 * @param peer_address_callback_cls closure for peer_address_callback 630 * @param peer_callback_cls closure for peer_address_callback
631 */ 631 */
632struct GNUNET_TRANSPORT_PeerMonitoringContext * 632struct GNUNET_TRANSPORT_PeerMonitoringContext *
633GNUNET_TRANSPORT_monitor_peers (const struct 633GNUNET_TRANSPORT_monitor_peers (const struct