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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 000b71f3b..957bcd0eb 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -309,6 +309,11 @@ extern "C"
309#define GNUNET_MESSAGE_TYPE_TRANSPORT_ATS 61 309#define GNUNET_MESSAGE_TYPE_TRANSPORT_ATS 61
310 310
311/** 311/**
312 * Message to ask NAT server to perform traversal test
313 */
314#define GNUNET_MESSAGE_TYPE_NAT_TEST 63
315
316/**
312 * Initial setup message from core client to core. 317 * Initial setup message from core client to core.
313 */ 318 */
314#define GNUNET_MESSAGE_TYPE_CORE_INIT 64 319#define GNUNET_MESSAGE_TYPE_CORE_INIT 64