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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e78738d7b..99a1adcf4 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2352,7 +2352,7 @@ extern "C" {
2352/** M<->S<->C: PSYC message which contains a header and one or more message 2352/** M<->S<->C: PSYC message which contains a header and one or more message
2353 * parts. */ 2353 * parts. */
2354#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_HEADER \ 2354#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_HEADER \
2355 692 // FIXME: start using this where appropriate 2355 692 // FIXME: start using this where appropriate
2356 2356
2357/** Message part: method */ 2357/** Message part: method */
2358#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_METHOD 693 2358#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_METHOD 693
@@ -3530,6 +3530,11 @@ extern "C" {
3530#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_PAD 1461 3530#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_PAD 1461
3531 3531
3532/** 3532/**
3533 * UDP Rekey.
3534 */
3535#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_REKEY 1462
3536
3537/**
3533 * Next available: 1500 3538 * Next available: 1500
3534 */ 3539 */
3535#define GNUNET_MESSAGE_TYPE_RECLAIM_REFERENCE_DELETE 1500 3540#define GNUNET_MESSAGE_TYPE_RECLAIM_REFERENCE_DELETE 1500