aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/allocator.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-24 11:30:19 +0000
committerMartin Willi <martin@strongswan.org>2005-11-24 11:30:19 +0000
commit5796aa164d79b2ffaf2839b281d490be6a72d1d8 (patch)
tree4031a623426b19bf03b2c61cd73a504e218fb1fb /Source/charon/utils/allocator.h
parent95c61cb956505cdb0a91c8c8cd134dda3aac744d (diff)
downloadstrongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.bz2
strongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.xz
- typedefs changed
Diffstat (limited to 'Source/charon/utils/allocator.h')
-rw-r--r--Source/charon/utils/allocator.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/charon/utils/allocator.h b/Source/charon/utils/allocator.h
index e3d81b349..e262372a4 100644
--- a/Source/charon/utils/allocator.h
+++ b/Source/charon/utils/allocator.h
@@ -53,13 +53,13 @@
#ifdef LEAK_DETECTIVE
+ typedef struct allocator_t allocator_t;
+
/**
- * @brief Allocater object use to detect memory leaks.
- *
+ *@brief Allocater object use to detect memory leaks.
+ *
*/
- typedef struct allocator_s allocator_t;
-
- struct allocator_s {
+ struct allocator_t {
/**
* Allocates memory with LEAK_DETECTION and