aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-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.