diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-29 08:08:03 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-29 08:08:03 +0000 |
commit | df3c59d0889a337eff9f994e92a5dc165ba1729f (patch) | |
tree | 7973747444155ea669e3f2dc1177b9b2eb3fc8a1 /Source/charon/sa/ike_sa.h | |
parent | ed37dee61daf5bb272c04b79787da282abaa9447 (diff) | |
download | strongswan-df3c59d0889a337eff9f994e92a5dc165ba1729f.tar.bz2 strongswan-df3c59d0889a337eff9f994e92a5dc165ba1729f.tar.xz |
- changed allocation behavior
Diffstat (limited to 'Source/charon/sa/ike_sa.h')
-rw-r--r-- | Source/charon/sa/ike_sa.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/charon/sa/ike_sa.h b/Source/charon/sa/ike_sa.h index 9545822fd..b4abfa48c 100644 --- a/Source/charon/sa/ike_sa.h +++ b/Source/charon/sa/ike_sa.h @@ -38,6 +38,8 @@ /** * Nonce size in bytes of all sent nonces + * + * @ingroup sa */ #define NONCE_SIZE 16 @@ -46,6 +48,8 @@ typedef struct ike_sa_t ike_sa_t; /** * @brief Class ike_sa_t. An object of this type is managed by an * ike_sa_manager_t object and represents an IKE_SA. + * + * @ingroup sa */ struct ike_sa_t { @@ -90,6 +94,8 @@ typedef struct protected_ike_sa_t protected_ike_sa_t; * * This members should only be accessed from * the varius state classes. + * + * @ingroup sa */ struct protected_ike_sa_t { @@ -239,6 +245,8 @@ struct protected_ike_sa_t { * e.g. when a IKE_SA_INIT has been finished. * * @return created ike_sa_t object + * + * @ingroup sa */ ike_sa_t * ike_sa_create(ike_sa_id_t *ike_sa_id); |