aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
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 ******************************************************************************/