diff options
author | Martin Willi <martin@strongswan.org> | 2006-02-08 15:25:34 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-02-08 15:25:34 +0000 |
commit | c06dbbabd1498d614d4db88bb4205e2afcd6dab8 (patch) | |
tree | 694e4df33baf70813367276b6956d9e6a714742e /Source/charon/definitions.h | |
parent | 384efc76d58eea98648988045de413a6cc027dff (diff) | |
download | strongswan-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.h | 5 |
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) |