Added type GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 6 Apr 2010 13:08:59 +0000 (13:08 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 6 Apr 2010 13:08:59 +0000 (13:08 +0000)
src/include/gnunet_protocols.h

index 857f4643e88132a8fcee5c931d3bc4a2a88f76ad..602137f98b514518e469ac52af890e864ef2d503 100644 (file)
@@ -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.