aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 857f4643e..602137f98 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -543,6 +543,10 @@ extern "C"
543 */ 543 */
544#define GNUNET_MESSAGE_TYPE_DHT_FIND_PEER_RESULT 152 544#define GNUNET_MESSAGE_TYPE_DHT_FIND_PEER_RESULT 152
545 545
546/**
547 * Hostlist advertisement message
548 */
549#define GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT 160
546 550
547/** 551/**
548 * Type used to match 'all' message types. 552 * Type used to match 'all' message types.