aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
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 ******************************************************************************/