From 5f18100e14deab81df7ffe6c319dd576db699dcd Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Tue, 22 Nov 2005 15:38:22 +0000 Subject: [PATCH] - added function to retrieve responder spi --- Source/charon/message.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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.