From 132597e5050e591617cd4e303015608ff503d879 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Mon, 5 Mar 2018 18:25:39 +0100 Subject: rps: add debug function to api to get view of service --- src/include/gnunet_protocols.h | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_protocols.h') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 436adc5a4..d692b28ff 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -2621,6 +2621,8 @@ extern "C" #endif /* ENABLE_MALICIOUS */ +/* Debugging API continues at 1130 */ + /******************************************************************************/ @@ -2944,8 +2946,30 @@ extern "C" #define GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_OUTCOME 1112 + +/******************************************************************************/ +/********************************* RPS DEBUG ********************************/ +/******************************************************************************/ + +/** + * @brief Request updates of the view + */ +#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_VIEW_REQUEST 1130 + +/** + * @brief Send update of the view + */ +#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_VIEW_REPLY 1131 + +/** + * @brief Cancel getting updates of the view + */ +#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_VIEW_CANCEL 1132 + + + /** - * Next available: 1130 + * Next available: 1200 */ -- cgit v1.2.3