aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h6
-rw-r--r--src/include/gnunet_transport_service.h2
2 files changed, 6 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 872c07623..eeceb545d 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1369,6 +1369,12 @@ extern "C"
1369 */ 1369 */
1370#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_SYNC 390 1370#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_SYNC 390
1371 1371
1372/**
1373 * Response to #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_RESPONSE_END
1374 * terminating list of replies.
1375 */
1376#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_RESPONSE_END 391
1377
1372 1378
1373/******************************************************************************* 1379/*******************************************************************************
1374 * FS-PUBLISH-HELPER IPC Messages 1380 * FS-PUBLISH-HELPER IPC Messages
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