diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-26 16:59:33 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-04-06 12:47:39 +0200 |
commit | fb111e55074afef3e082e9e3c4e63d75684d32fa (patch) | |
tree | 5f9264c94159ca697b3722c9ad6422e0f87f96e8 /src/libhydra/attributes/mem_pool.h | |
parent | 8c9f5bad8bfb68f0c6665bdbced3e9a9e8dfd555 (diff) | |
download | strongswan-fb111e55074afef3e082e9e3c4e63d75684d32fa.tar.bz2 strongswan-fb111e55074afef3e082e9e3c4e63d75684d32fa.tar.xz |
Make in-memory pool thread-safe.
Diffstat (limited to 'src/libhydra/attributes/mem_pool.h')
-rw-r--r-- | src/libhydra/attributes/mem_pool.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libhydra/attributes/mem_pool.h b/src/libhydra/attributes/mem_pool.h index 6685fd61a..bb963de93 100644 --- a/src/libhydra/attributes/mem_pool.h +++ b/src/libhydra/attributes/mem_pool.h @@ -28,8 +28,6 @@ typedef struct mem_pool_t mem_pool_t; /** * An in-memory IP address pool. - * - * @note the implementation is not thread-safe. */ struct mem_pool_t { |