From 2e0ffd3abdade4e710f839025f4ed70e0a0ceb59 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 6 Apr 2010 13:08:59 +0000 Subject: [PATCH] Added type GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT --- src/include/gnunet_protocols.h | 4 ++++ 1 file changed, 4 insertions(+) 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" */ #define GNUNET_MESSAGE_TYPE_DHT_FIND_PEER_RESULT 152 +/** + * Hostlist advertisement message + */ +#define GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT 160 /** * Type used to match 'all' message types. -- 2.25.1