aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-06 21:57:30 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-06 21:57:30 +0000
commit55c16b6ab6a83a594303efccff1e59a022470982 (patch)
tree9476478b34bddf57c4e545cd0b588633d2a60265 /src/include/gnunet_transport_service.h
parent8072370857473b731f6e95d48860da0fbc6263f4 (diff)
downloadgnunet-55c16b6ab6a83a594303efccff1e59a022470982.tar.gz
gnunet-55c16b6ab6a83a594303efccff1e59a022470982.zip
converting GNUNET_TRANSPORT_monitor_peers implementation to MQ
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 9eb003757..3683286a5 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -608,7 +608,6 @@ typedef void
608 * NULL for all peers 608 * NULL for all peers
609 * @param one_shot #GNUNET_YES to return the current state and then end (with NULL+NULL), 609 * @param one_shot #GNUNET_YES to return the current state and then end (with NULL+NULL),
610 * #GNUNET_NO to monitor peers continuously 610 * #GNUNET_NO to monitor peers continuously
611 * @param timeout how long is the lookup allowed to take at most
612 * @param peer_callback function to call with the results 611 * @param peer_callback function to call with the results
613 * @param peer_callback_cls closure for @a peer_callback 612 * @param peer_callback_cls closure for @a peer_callback
614 */ 613 */
@@ -616,7 +615,6 @@ struct GNUNET_TRANSPORT_PeerMonitoringContext *
616GNUNET_TRANSPORT_monitor_peers (const struct GNUNET_CONFIGURATION_Handle *cfg, 615GNUNET_TRANSPORT_monitor_peers (const struct GNUNET_CONFIGURATION_Handle *cfg,
617 const struct GNUNET_PeerIdentity *peer, 616 const struct GNUNET_PeerIdentity *peer,
618 int one_shot, 617 int one_shot,
619 struct GNUNET_TIME_Relative timeout,
620 GNUNET_TRANSPORT_PeerIterateCallback peer_callback, 618 GNUNET_TRANSPORT_PeerIterateCallback peer_callback,
621 void *peer_callback_cls); 619 void *peer_callback_cls);
622 620