projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec105da
)
RPS: Add forgotten definition of message types
author
Julius Bünger
<buenger@mytum.de>
Sat, 13 Oct 2018 16:01:56 +0000
(18:01 +0200)
committer
Julius Bünger
<buenger@mytum.de>
Sat, 13 Oct 2018 16:02:52 +0000
(18:02 +0200)
src/include/gnunet_protocols.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_protocols.h
b/src/include/gnunet_protocols.h
index 7a84bda0c60c9f6c78e51251aa7085823c260bb7..03b13fd48f29155a9c311c03905ff77cce96fd04 100644
(file)
--- 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 */
/******************************************************************************/