aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 73aeaa9a2..6d8693d5b 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -44,6 +44,11 @@ extern "C"
44 */ 44 */
45#define GNUNET_MESSAGE_TYPE_TEST 1 45#define GNUNET_MESSAGE_TYPE_TEST 1
46 46
47/**
48 * Dummy messages for testing / benchmarking.
49 */
50#define GNUNET_MESSAGE_TYPE_DUMMY 2
51
47/******************************************************************************* 52/*******************************************************************************
48 * RESOLVER message types 53 * RESOLVER message types
49 ******************************************************************************/ 54 ******************************************************************************/