aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-01 09:28:51 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-01 09:28:51 +0000
commitf6438d8a406e6fd570f0350a41d992483e21e612 (patch)
tree473098a6940498d7232079a848e525a8848b9cd5 /src/include
parent05a0a1f05fdc8bbbbce19d48d8033bd6f055ec0e (diff)
downloadgnunet-f6438d8a406e6fd570f0350a41d992483e21e612.tar.gz
gnunet-f6438d8a406e6fd570f0350a41d992483e21e612.zip
-fixing cleanup issues
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 000447a70..cdbc46f7f 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2685,12 +2685,14 @@ extern "C"
2685#define GNUNET_MESSAGE_TYPE_WDHT_GET 915 2685#define GNUNET_MESSAGE_TYPE_WDHT_GET 915
2686 2686
2687/** 2687/**
2688 * Message which contains the put query 2688 * Message which contains the "put", a response to
2689 * #GNUNET_MESSAGE_TYPE_WDHT_SUCCESSOR_FIND.
2689 */ 2690 */
2690#define GNUNET_MESSAGE_TYPE_WDHT_PUT 916 2691#define GNUNET_MESSAGE_TYPE_WDHT_PUT 916
2691 2692
2692/** 2693/**
2693 * Message which contains the get result. 2694 * Message which contains the get result, a response
2695 * to #GNUNET_MESSAGE_TYPE_WDHT_GET.
2694 */ 2696 */
2695#define GNUNET_MESSAGE_TYPE_WDHT_GET_RESULT 917 2697#define GNUNET_MESSAGE_TYPE_WDHT_GET_RESULT 917
2696 2698