aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-08-01 13:04:29 +0000
committerBart Polot <bart@net.in.tum.de>2012-08-01 13:04:29 +0000
commit08f25a23f9750237979ca591c0ba8ca7002b2ea7 (patch)
treec0efdc35b4af694ac48782ee6e1f2ed7fe6e4296 /src/mesh/mesh_api.c
parentaeec4593b1ce3a32ad7df1ae0b778ad2cd699d3c (diff)
downloadgnunet-08f25a23f9750237979ca591c0ba8ca7002b2ea7.tar.gz
gnunet-08f25a23f9750237979ca591c0ba8ca7002b2ea7.zip
- wip
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index f1c9a78e5..ac1c3114e 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -21,7 +21,6 @@
21 * @author Bartlomiej Polot 21 * @author Bartlomiej Polot
22 * 22 *
23 * STRUCTURE: 23 * STRUCTURE:
24 * - CONSTANTS
25 * - DATA STRUCTURES 24 * - DATA STRUCTURES
26 * - DECLARATIONS 25 * - DECLARATIONS
27 * - AUXILIARY FUNCTIONS 26 * - AUXILIARY FUNCTIONS
@@ -44,15 +43,6 @@
44 43
45 44
46/******************************************************************************/ 45/******************************************************************************/
47/************************ CONSTANTS ****************************/
48/******************************************************************************/
49
50#define HIGH_PID 0xFFFF0000
51#define LOW_PID 0x0000FFFF
52
53#define PID_OVERFLOW(pid, max) (pid > HIGH_PID && max < LOW_PID)
54
55/******************************************************************************/
56/************************ DATA STRUCTURES ****************************/ 46/************************ DATA STRUCTURES ****************************/
57/******************************************************************************/ 47/******************************************************************************/
58 48