From b8613716fc69f1ce5ebe8dca4e9b9979da06ad47 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Sat, 14 Jul 2012 09:44:22 +0000 Subject: [PATCH] testbed helper init message --- 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 15f64fb7d..10869eba2 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -1506,6 +1506,11 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_TESTBED_MAX 479 +/** + * The initialization message towards gnunet-testbed-helper + */ +#define GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT 495 + /** * Next available: 500 -- 2.25.1