aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-06-25 14:27:31 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-06-25 14:27:31 +0000
commit52d396bb08d5621f7c0af2920a373d87d321cb63 (patch)
treec48ba847ec348613789b1376d5971f2baf7315fa /src/include
parentb9b0323eefcc0a595f56635be5b66de687650ae0 (diff)
downloadgnunet-52d396bb08d5621f7c0af2920a373d87d321cb63.tar.gz
gnunet-52d396bb08d5621f7c0af2920a373d87d321cb63.zip
Handling 'put', 'get' and 'get result' correctly
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index b24810110..371115ada 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2547,7 +2547,7 @@ extern "C"
2547#define GNUNET_MESSAGE_TYPE_XDHT_P2P_TRAIL_COMPRESSION 889 2547#define GNUNET_MESSAGE_TYPE_XDHT_P2P_TRAIL_COMPRESSION 889
2548 2548
2549/** 2549/**
2550 * Client wants to store item in DHT. 2550 * Peer is storing the data in DHT.
2551 */ 2551 */
2552#define GNUNET_MESSAGE_TYPE_XDHT_P2P_PUT 890 2552#define GNUNET_MESSAGE_TYPE_XDHT_P2P_PUT 890
2553 2553