From 7d80f6afad280f3dd76877a1dc80c67923a751b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Sat, 13 Oct 2018 18:01:56 +0200 Subject: [PATCH] RPS: Add forgotten definition of message types --- src/include/gnunet_protocols.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 7a84bda0c..03b13fd48 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -2633,6 +2633,16 @@ extern "C" #endif /* ENABLE_MALICIOUS */ +/** + * RPS client-service message to start a sub sampler + */ +#define GNUNET_MESSAGE_TYPE_RPS_CS_SUB_START 956 + +/** + * RPS client-service message to stop a sub sampler + */ +#define GNUNET_MESSAGE_TYPE_RPS_CS_SUB_STOP 957 + /* Debugging API continues at 1130 */ /******************************************************************************/ -- 2.25.1