aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e03b7072a..ec6d64d9c 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2600,10 +2600,15 @@ extern "C"
2600#define GNUNET_MESSAGE_TYPE_DHT_ACT_MALICIOUS 892 2600#define GNUNET_MESSAGE_TYPE_DHT_ACT_MALICIOUS 892
2601#endif 2601#endif
2602 2602
2603/**
2604 * Send back peer that considers you are its successor, a confirmation
2605 * that you got the notify successor message.
2606 */
2607#define GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION 893
2603/*******************************************************************************/ 2608/*******************************************************************************/
2604 2609
2605/** 2610/**
2606 * Next available: 902 2611 * Next available: 903
2607 */ 2612 */
2608 2613
2609/** 2614/**