From 6ad301694b9dd79201ccf2d2dbcb3d1cb11d16da Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 26 Oct 2011 11:42:47 +0000 Subject: [PATCH] dummy --- src/include/gnunet_protocols.h | 5 +++++ 1 file changed, 5 insertions(+) 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" */ #define GNUNET_MESSAGE_TYPE_TEST 1 +/** + * Dummy messages for testing / benchmarking. + */ +#define GNUNET_MESSAGE_TYPE_DUMMY 2 + /******************************************************************************* * RESOLVER message types ******************************************************************************/ -- 2.25.1