aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-08-22 15:07:41 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-08-22 15:07:41 +0000
commit58a5314f452ed35b7a71988efca8c9419e6ca5ba (patch)
tree7126f130dc17356b9cea6ece88c9092949e1b5e7 /src/include
parent68e27c68530fcdcba06b6e44ab411aad62eda0ac (diff)
downloadgnunet-58a5314f452ed35b7a71988efca8c9419e6ca5ba.tar.gz
gnunet-58a5314f452ed35b7a71988efca8c9419e6ca5ba.zip
Adding a new message type, GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION
Diffstat (limited to 'src/include')
-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/**