aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-04 19:17:57 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-04 19:17:57 +0200
commitb670eec1c0ea387ae31b52dd0d51c1422949a55c (patch)
tree5abaffddad0c258e6b166ada4ef3fb97ba51b5d1 /src/include/gnunet_protocols.h
parent2b99bddcb6961cfda34087138acdda4b8b9ccb9f (diff)
parent41cbe10b783a0741c75566232886f262cd779fbb (diff)
downloadgnunet-b670eec1c0ea387ae31b52dd0d51c1422949a55c.tar.gz
gnunet-b670eec1c0ea387ae31b52dd0d51c1422949a55c.zip
merge benchmark changes
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index c5e45d5c1..7040f2cbf 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -252,6 +252,12 @@ extern "C"
252#define GNUNET_MESSAGE_TYPE_DV_BOX 53 252#define GNUNET_MESSAGE_TYPE_DV_BOX 53
253 253
254 254
255/**
256 * Experimental message type.
257 */
258#define GNUNET_MESSAGE_TYPE_TRANSPORT_XU_MESSAGE 55
259
260
255/******************************************************************************* 261/*******************************************************************************
256 * Transport-UDP message types 262 * Transport-UDP message types
257 ******************************************************************************/ 263 ******************************************************************************/