aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 56e049608..7a84bda0c 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2619,31 +2619,17 @@ extern "C"
2619 2619
2620/* Client-Service Messages */ 2620/* Client-Service Messages */
2621 2621
2622/**
2623 * RPS CS REQUEST Message for the Client to request (a) random peer(s)
2624 */
2625#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST 954
2626
2627/**
2628 * RPS CS REPLY Message for the Server to send (a) random peer(s)
2629 */
2630#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY 955
2631
2632/**
2633 * RPS CS REQUEST CANCEL Message for the Client to cancel a request
2634 */
2635#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST_CANCEL 956
2636 2622
2637/** 2623/**
2638 * RPS CS SEED Message for the Client to seed peers into rps 2624 * RPS CS SEED Message for the Client to seed peers into rps
2639 */ 2625 */
2640#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 957 2626#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 954
2641 2627
2642#ifdef ENABLE_MALICIOUS 2628#ifdef ENABLE_MALICIOUS
2643/** 2629/**
2644 * Turn RPS service malicious 2630 * Turn RPS service malicious
2645 */ 2631 */
2646#define GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS 958 2632#define GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS 955
2647 2633
2648#endif /* ENABLE_MALICIOUS */ 2634#endif /* ENABLE_MALICIOUS */
2649 2635