diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-07 07:27:28 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-07 07:27:28 +0000 |
commit | 79b8aa19851524b98d046f74a7338fea7f0aba69 (patch) | |
tree | 645ccad9e386ec1d21871ea6c16ca3a4077ef883 /Source/charon/sa/ike_sa_manager.h | |
parent | dab28cedbd5f9e3e920d8aa60b2a455f812d205c (diff) | |
download | strongswan-79b8aa19851524b98d046f74a7338fea7f0aba69.tar.bz2 strongswan-79b8aa19851524b98d046f74a7338fea7f0aba69.tar.xz |
- fixed gmp initialization bugs
- fixed spi check bug in ike_sa_init_requested
Diffstat (limited to 'Source/charon/sa/ike_sa_manager.h')
-rw-r--r-- | Source/charon/sa/ike_sa_manager.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/charon/sa/ike_sa_manager.h b/Source/charon/sa/ike_sa_manager.h index c001afb14..0d991554e 100644 --- a/Source/charon/sa/ike_sa_manager.h +++ b/Source/charon/sa/ike_sa_manager.h @@ -37,7 +37,10 @@ typedef struct ike_sa_manager_t ike_sa_manager_t; * The manager also handles deletion of SAs. * * @todo checking of double-checkouts from the same threads would be nice. - * This could be by comparing thread-ids via pthread_self()... + * This could be done by comparing thread-ids via pthread_self()... + * + * @b Constructors: + * - ike_sa_manager_create() * * @ingroup sa */ @@ -129,7 +132,7 @@ struct ike_sa_manager_t { /** * @brief Create a manager * - * @returns the created manager + * @returns ike_sa_manager_t object * * @ingroup sa */ |