aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/definitions.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-02-08 15:25:34 +0000
committerMartin Willi <martin@strongswan.org>2006-02-08 15:25:34 +0000
commitc06dbbabd1498d614d4db88bb4205e2afcd6dab8 (patch)
tree694e4df33baf70813367276b6956d9e6a714742e /Source/charon/definitions.h
parent384efc76d58eea98648988045de413a6cc027dff (diff)
downloadstrongswan-c06dbbabd1498d614d4db88bb4205e2afcd6dab8.tar.bz2
strongswan-c06dbbabd1498d614d4db88bb4205e2afcd6dab8.tar.xz
- fixed alot of bugs in child_proposal
- near to working state ;-)
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r--Source/charon/definitions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h
index fe9a5ccbf..958b31302 100644
--- a/Source/charon/definitions.h
+++ b/Source/charon/definitions.h
@@ -190,6 +190,11 @@
#define min(x,y) (x < y ? x : y)
/**
+ * Debug macro to follow control flow
+ */
+#define POS printf("%s, line %d\n", __FILE__, __LINE__)
+
+/**
* Papping entry which defines the end of a mapping_t array.
*/
#define MAPPING_END (-1)