aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/message.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-22 15:38:22 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-22 15:38:22 +0000
commit5f18100e14deab81df7ffe6c319dd576db699dcd (patch)
treea7808185dc104bb4869dc353bf76309554ee5a7b /Source/charon/message.h
parentfb71af18d4bfff713ebde4f7c630222fa0c30eb3 (diff)
downloadstrongswan-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.h8
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.