aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a1bc09492..18dc5d33b 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1348,6 +1348,12 @@ extern "C"
1348 */ 1348 */
1349#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_EVENT 389 1349#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_EVENT 389
1350 1350
1351/**
1352 * Monitoring event notifying client that the initial iteration
1353 * is now completed and we are in sync with the state of the subsystem.
1354 */
1355#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_SYNC 390
1356
1351/******************************************************************************* 1357/*******************************************************************************
1352 * FS-PUBLISH-HELPER IPC Messages 1358 * FS-PUBLISH-HELPER IPC Messages
1353 ******************************************************************************/ 1359 ******************************************************************************/
@@ -2607,7 +2613,7 @@ extern "C"
2607 2613
2608/** 2614/**
2609 * Send back peer that considers you are its successor, a confirmation 2615 * Send back peer that considers you are its successor, a confirmation
2610 * that you got the notify successor message. 2616 * that you got the notify successor message.
2611 */ 2617 */
2612#define GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION 892 2618#define GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION 892
2613 2619