aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-09-14 00:38:45 +0200
committerJulius Bünger <buenger@mytum.de>2018-09-14 00:38:45 +0200
commite91d46cdbbc97414968fa751fd1f596757c56875 (patch)
tree9edf5fdb72671a479e10a67b35ca7c83718cc7c0 /src/include/gnunet_protocols.h
parent60229aa0287024714cebb4a267ea732a883e8812 (diff)
downloadgnunet-e91d46cdbbc97414968fa751fd1f596757c56875.tar.gz
gnunet-e91d46cdbbc97414968fa751fd1f596757c56875.zip
Add API call to receive unbiased peer stream for debugging and profiling
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 4400db7e1..56e049608 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2993,6 +2993,22 @@ extern "C"
2993#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_VIEW_CANCEL 1132 2993#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_VIEW_CANCEL 1132
2994 2994
2995 2995
2996/**
2997 * @brief Request biased input stream
2998 */
2999#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_STREAM_REQUEST 1133
3000
3001/**
3002 * @brief Send peer of biased stream
3003 */
3004#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_STREAM_REPLY 1134
3005
3006/**
3007 * @brief Cancel getting biased strem
3008 */
3009#define GNUNET_MESSAGE_TYPE_RPS_CS_DEBUG_STREAM_CANCEL 1135
3010
3011
2996 3012
2997/** 3013/**
2998 * Next available: 1200 3014 * Next available: 1200