aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-01-21 14:44:16 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-01-21 14:44:16 +0000
commitc9c39aeeac95bccfc6582c9ed028670f8e51fd21 (patch)
treeaf9d5c15a7e9cdb411f2d570c6b643b787f9629b /src/include/gnunet_protocols.h
parentab88c7e4ab224f1ce3040104e813a28b7910e1ca (diff)
downloadgnunet-c9c39aeeac95bccfc6582c9ed028670f8e51fd21.tar.gz
gnunet-c9c39aeeac95bccfc6582c9ed028670f8e51fd21.zip
incomplete code for finger and friend tables
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index ee8a1272c..2a69e3029 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -606,6 +606,15 @@ extern "C"
606 */ 606 */
607#define GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET_RESULTS_KNOWN 156 607#define GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET_RESULTS_KNOWN 156
608 608
609/**
610 * Trail setup request is received by a peer.
611 */
612#define GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_SETUP 157
613
614/**
615 * Trail to a particular peer is returned to this peer.
616 */
617#define GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_SETUP_RESULT 158
609 618
610/******************************************************************************* 619/*******************************************************************************
611 * HOSTLIST message types 620 * HOSTLIST message types