aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-04 15:12:57 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-04 15:12:57 +0000
commitda13e727041d9f0552095c2e3d56f2c79136ad3d (patch)
tree2006ebc2d99ddfc6d3117e98870c4845dd17ca03 /src/include
parent60e24213901d8b7948067e7100706d1efdac28b6 (diff)
downloadgnunet-da13e727041d9f0552095c2e3d56f2c79136ad3d.tar.gz
gnunet-da13e727041d9f0552095c2e3d56f2c79136ad3d.zip
- new message for mesh KX
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a1390df4a..4c0c1312f 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -820,8 +820,9 @@ extern "C"
820 * Key exchange messages. 820 * Key exchange messages.
821 */ 821 */
822#define GNUNET_MESSAGE_TYPE_MESH_KX 262 822#define GNUNET_MESSAGE_TYPE_MESH_KX 262
823#define GNUNET_MESSAGE_TYPE_MESH_KX_PING 263 823#define GNUNET_MESSAGE_TYPE_MESH_KX_EPHEMERAL 263
824#define GNUNET_MESSAGE_TYPE_MESH_KX_PONG 263 824#define GNUNET_MESSAGE_TYPE_MESH_KX_PING 264
825#define GNUNET_MESSAGE_TYPE_MESH_KX_PONG 265
825 826
826/** 827/**
827 * Payload data origin->end DEPRECATED. 828 * Payload data origin->end DEPRECATED.