projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f8c1bd
)
Added type GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 6 Apr 2010 13:08:59 +0000
(13:08 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 6 Apr 2010 13:08:59 +0000
(13:08 +0000)
src/include/gnunet_protocols.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_protocols.h
b/src/include/gnunet_protocols.h
index 857f4643e88132a8fcee5c931d3bc4a2a88f76ad..602137f98b514518e469ac52af890e864ef2d503 100644
(file)
--- 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.