aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-26 11:42:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-26 11:42:47 +0000
commit6ad301694b9dd79201ccf2d2dbcb3d1cb11d16da (patch)
tree4cb1110b7fa08b09bea37647f262ec0b6dcfedab /src/include
parent8a8da32a2b0c3f46fe5439651c4546d0760ea867 (diff)
downloadgnunet-6ad301694b9dd79201ccf2d2dbcb3d1cb11d16da.tar.gz
gnunet-6ad301694b9dd79201ccf2d2dbcb3d1cb11d16da.zip
dummy
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 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 ******************************************************************************/