diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-11 10:29:32 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-11 10:29:32 +0000 |
commit | ffd555f58e8f75622162efb2e9c6e5482d829f06 (patch) | |
tree | ec41fad1c8200c8b0f227155cd69bdb0640e6217 /Source/charon/allocator.h | |
parent | 0d3675a284990c2975c8645a1159033f5f53e237 (diff) | |
download | strongswan-ffd555f58e8f75622162efb2e9c6e5482d829f06.tar.bz2 strongswan-ffd555f58e8f75622162efb2e9c6e5482d829f06.tar.xz |
- wrote logger_manager
Diffstat (limited to 'Source/charon/allocator.h')
-rw-r--r-- | Source/charon/allocator.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Source/charon/allocator.h b/Source/charon/allocator.h index e0611b843..6ff1d2365 100644 --- a/Source/charon/allocator.h +++ b/Source/charon/allocator.h @@ -151,15 +151,14 @@ void (*report_memory_leaks) (allocator_t *this); }; - #ifndef ALLOCATOR_C_ - /** - * @brief Global allocater_t object. - * - * Only accessed over macros. - */ - extern allocator_t *global_allocator; - #endif + /** + * @brief Global allocater_t object. + * + * Only accessed over macros. + */ + extern allocator_t *global_allocator; + /** * Macro to allocate some memory |