diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-22 15:38:22 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-22 15:38:22 +0000 |
commit | 5f18100e14deab81df7ffe6c319dd576db699dcd (patch) | |
tree | a7808185dc104bb4869dc353bf76309554ee5a7b /Source/charon/message.h | |
parent | fb71af18d4bfff713ebde4f7c630222fa0c30eb3 (diff) | |
download | strongswan-5f18100e14deab81df7ffe6c319dd576db699dcd.tar.bz2 strongswan-5f18100e14deab81df7ffe6c319dd576db699dcd.tar.xz |
- added function to retrieve responder spi
Diffstat (limited to 'Source/charon/message.h')
-rw-r--r-- | Source/charon/message.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/charon/message.h b/Source/charon/message.h index 6b022fd2c..fba719c5d 100644 --- a/Source/charon/message.h +++ b/Source/charon/message.h @@ -91,6 +91,14 @@ struct message_s { * @return message_id type of the message */ u_int32_t (*get_message_id) (message_t *this); + + /** + * @brief Gets the responder SPI of the message. + * + * @param this message_t object + * @return responder spi of the message + */ + u_int64_t (*get_responder_spi) (message_t *this); /** * @brief Sets the IKE_SA ID of the message. |