aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-10-04 12:24:54 +0000
committerBart Polot <bart@net.in.tum.de>2012-10-04 12:24:54 +0000
commitcd0870063a2d1ef427934cdd89d018ac12f8b586 (patch)
tree542c79389b449f2100469d2d3d6fa5e35d673057 /src/include
parent2eb66af14fd32543e639a7116e7fdb0f361c915a (diff)
downloadgnunet-cd0870063a2d1ef427934cdd89d018ac12f8b586.tar.gz
gnunet-cd0870063a2d1ef427934cdd89d018ac12f8b586.zip
- New mesh mesasage type
Diffstat (limited to 'src/include')
-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 49a68ac4f..df123ceb1 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -796,6 +796,11 @@ extern "C"
796#define GNUNET_MESSAGE_TYPE_MESH_ACK 267 796#define GNUNET_MESSAGE_TYPE_MESH_ACK 267
797 797
798/** 798/**
799 * Poll for an ACK.
800 */
801#define GNUNET_MESSAGE_TYPE_MESH_POLL 268
802
803/**
799 * Connect to the mesh service, specifying subscriptions 804 * Connect to the mesh service, specifying subscriptions
800 */ 805 */
801#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_CONNECT 272 806#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_CONNECT 272