aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-06 13:08:59 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-06 13:08:59 +0000
commit2e0ffd3abdade4e710f839025f4ed70e0a0ceb59 (patch)
tree032d2f9bff949be0e1520672f4af4b81c66afe95 /src/include
parent0f8c1bd2a64024c6999c8d0853b09e5d27e93bc6 (diff)
downloadgnunet-2e0ffd3abdade4e710f839025f4ed70e0a0ceb59.tar.gz
gnunet-2e0ffd3abdade4e710f839025f4ed70e0a0ceb59.zip
Added type GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT
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.