gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: RPS: Add forgotten definiti


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: RPS: Add forgotten definition of message types
Date: Sat, 13 Oct 2018 18:03:06 +0200

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 7d80f6afa RPS: Add forgotten definition of message types
7d80f6afa is described below

commit 7d80f6afad280f3dd76877a1dc80c67923a751b5
Author: Julius Bünger <address@hidden>
AuthorDate: Sat Oct 13 18:01:56 2018 +0200

    RPS: Add forgotten definition of message types
---
 src/include/gnunet_protocols.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

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 */
 
 
/******************************************************************************/

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]