aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-14 14:56:57 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-14 14:56:57 +0000
commit7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a (patch)
tree9272b3863e92b6170dff071e4f77736d4e4cb4a4 /src/include
parent852f1310d147ac6767bdcb5d9c11110db60c14e6 (diff)
downloadgnunet-7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a.tar.gz
gnunet-7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a.zip
debugging, found a few more crashes with the hostlist test
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index fc73a57c3..8f966c737 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -322,6 +322,10 @@ extern "C"
322 */ 322 */
323#define GNUNET_MESSAGE_TYPE_CORE_HANGUP 84 323#define GNUNET_MESSAGE_TYPE_CORE_HANGUP 84
324 324
325/**
326 * Dummy message send by the topology service to create connections.
327 */
328#define GNUNET_MESSAGE_TYPE_TOPOLOGY_DUMMY 91
325 329
326/** 330/**
327 * Message sent by datastore client on join. 331 * Message sent by datastore client on join.
@@ -441,7 +445,6 @@ extern "C"
441 */ 445 */
442#define GNUNET_MESSAGE_TYPE_FS_GET 138 446#define GNUNET_MESSAGE_TYPE_FS_GET 138
443 447
444
445/** 448/**
446 * P2P response with content or active 449 * P2P response with content or active
447 * migration of content. 450 * migration of content.