From: Julius Bünger Date: Sat, 13 Oct 2018 16:01:56 +0000 (+0200) Subject: RPS: Add forgotten definition of message types X-Git-Tag: v0.11.0~238^2~72 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7d80f6afad280f3dd76877a1dc80c67923a751b5;p=oweals%2Fgnunet.git RPS: Add forgotten definition of message types --- 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 */ /******************************************************************************/