RPS: Add forgotten definition of message types
authorJulius Bünger <buenger@mytum.de>
Sat, 13 Oct 2018 16:01:56 +0000 (18:01 +0200)
committerJulius Bünger <buenger@mytum.de>
Sat, 13 Oct 2018 16:02:52 +0000 (18:02 +0200)
src/include/gnunet_protocols.h

index 7a84bda0c60c9f6c78e51251aa7085823c260bb7..03b13fd48f29155a9c311c03905ff77cce96fd04 100644 (file)
@@ -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 */
 
 /******************************************************************************/