aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-03-05 18:25:39 +0100
committerJulius Bünger <buenger@mytum.de>2018-03-05 18:34:35 +0100
commit132597e5050e591617cd4e303015608ff503d879 (patch)
treef8cebacaf2915bdcf812a89608ec90d540cca170 /src/include/gnunet_protocols.h
parentd036b626b8eea15f99d91faf309843936289fde7 (diff)
downloadgnunet-132597e5050e591617cd4e303015608ff503d879.tar.gz
gnunet-132597e5050e591617cd4e303015608ff503d879.zip
rps: add debug function to api to get view of service
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h26
1 files changed, 25 insertions, 1 deletions
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"
2621 2621
2622#endif /* ENABLE_MALICIOUS */ 2622#endif /* ENABLE_MALICIOUS */
2623 2623
2624/* Debugging API continues at 1130 */
2625
2624/******************************************************************************/ 2626/******************************************************************************/
2625 2627
2626 2628
@@ -2944,8 +2946,30 @@ extern "C"
2944#define GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_OUTCOME 1112 2946#define GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_OUTCOME 1112
2945 2947
2946 2948
2949
2950/******************************************************************************/
2951/********************************* RPS DEBUG ********************************/
2952/******************************************************************************/
2953
2954/**
2955 * @brief Request updates of the view
2956 */
2957#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_VIEW_REQUEST 1130
2958
2959/**
2960 * @brief Send update of the view
2961 */
2962#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_VIEW_REPLY 1131
2963
2964/**
2965 * @brief Cancel getting updates of the view
2966 */
2967#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_VIEW_CANCEL 1132
2968
2969
2970
2947/** 2971/**
2948 * Next available: 1130 2972 * Next available: 1200
2949 */ 2973 */
2950 2974
2951 2975