aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index 874e29a91..41fc13110 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -67,7 +67,8 @@
67/************************** CONSTANTS ******************************/ 67/************************** CONSTANTS ******************************/
68/******************************************************************************/ 68/******************************************************************************/
69 69
70#define GNUNET_MESH_LOCAL_TUNNEL_ID_MARK 0x80000000 70#define GNUNET_MESH_LOCAL_TUNNEL_ID_CLI 0x80000000
71#define GNUNET_MESH_LOCAL_TUNNEL_ID_SERV 0xB0000000
71 72
72 73
73/******************************************************************************/ 74/******************************************************************************/