aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-08-17 12:07:41 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-08-17 12:07:41 +0000
commit9f2753334e665b88b33e91ae32a1ecee2175dd85 (patch)
tree10787ed18c9b21aacc5343b172ea04453056a112 /src/include
parent0f74ff197e6d5108c19545a1b407ab965d582137 (diff)
downloadgnunet-9f2753334e665b88b33e91ae32a1ecee2175dd85.tar.gz
gnunet-9f2753334e665b88b33e91ae32a1ecee2175dd85.zip
Removed trail compression message. Checking for friend to source in trail setup.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 68472a3f9..e03b7072a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2584,11 +2584,6 @@ extern "C"
2584#define GNUNET_MESSAGE_TYPE_XDHT_P2P_ADD_TRAIL 888 2584#define GNUNET_MESSAGE_TYPE_XDHT_P2P_ADD_TRAIL 888
2585 2585
2586/** 2586/**
2587 * Trail compression message.
2588 */
2589#define GNUNET_MESSAGE_TYPE_XDHT_P2P_TRAIL_COMPRESSION 889
2590
2591/**
2592 * Peer is storing the data in DHT. 2587 * Peer is storing the data in DHT.
2593 */ 2588 */
2594#define GNUNET_MESSAGE_TYPE_XDHT_P2P_PUT 890 2589#define GNUNET_MESSAGE_TYPE_XDHT_P2P_PUT 890