aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-08 12:42:15 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-08 12:42:15 +0200
commit3915b341a6218c6a6a1b1261ae69d8cf56b424e6 (patch)
tree324a75517920af69244f608ae763febc21fb8f52 /src/include
parentbe4754c02fdbefc4fbf5046973c7c1ab44f8e92f (diff)
downloadgnunet-3915b341a6218c6a6a1b1261ae69d8cf56b424e6.tar.gz
gnunet-3915b341a6218c6a6a1b1261ae69d8cf56b424e6.zip
expand test_mq testcase
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 1ef00cfc8..c5e45d5c1 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -66,6 +66,11 @@ extern "C"
66 */ 66 */
67#define GNUNET_MESSAGE_TYPE_DUMMY 2 67#define GNUNET_MESSAGE_TYPE_DUMMY 2
68 68
69/**
70 * Another dummy messages for testing / benchmarking.
71 */
72#define GNUNET_MESSAGE_TYPE_DUMMY2 3
73
69/******************************************************************************* 74/*******************************************************************************
70 * RESOLVER message types 75 * RESOLVER message types
71 ******************************************************************************/ 76 ******************************************************************************/