aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-23 19:24:08 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-23 19:24:08 +0000
commite5d9d0d24bc32dcebcd5d2f86ca5cca579bc5dbb (patch)
tree892b7997407e9705e7a4072ffe8397f03c40adb5 /src/include
parentb3db692279aec4f8e016ee3ebd83a18ce182bd35 (diff)
downloadgnunet-e5d9d0d24bc32dcebcd5d2f86ca5cca579bc5dbb.tar.gz
gnunet-e5d9d0d24bc32dcebcd5d2f86ca5cca579bc5dbb.zip
-fix sync signalling for plugin monitoring
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