aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-02 19:59:58 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-02 19:59:58 +0000
commit0ee1339afc5c5e1105e234b6840c87df58a01f2c (patch)
tree64329e69e58ac66fa38f425eccf8ebebb13f1dd9 /src/mesh/mesh.h
parente1fda8a5d8674328afa61cc50842fdbd2a7044ba (diff)
downloadgnunet-0ee1339afc5c5e1105e234b6840c87df58a01f2c.tar.gz
gnunet-0ee1339afc5c5e1105e234b6840c87df58a01f2c.zip
Changes in API, adapted code and testfiles, improved client reconnect, new documentation, small fixes
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/******************************************************************************/