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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 878fbbb44..11b4403f7 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -649,6 +649,11 @@ extern "C"
649 * Trail Tear down Message. 649 * Trail Tear down Message.
650 */ 650 */
651#define GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_TEARDOWN 164 651#define GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_TEARDOWN 164
652
653/**
654 * Routing table add message.
655 */
656#define GNUNET_MESSAGE_TYPE_DHT_P2P_ADD_TRAIL 165
652/******************************************************************************* 657/*******************************************************************************
653 * HOSTLIST message types 658 * HOSTLIST message types
654 ******************************************************************************/ 659 ******************************************************************************/