- added function to retrieve responder spi

This commit is contained in:
Jan Hutter
2005-11-22 15:38:22 +00:00
parent fb71af18d4
commit 5f18100e14
+8
View File
@@ -92,6 +92,14 @@ struct message_s {
*/ */
u_int32_t (*get_message_id) (message_t *this); 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. * @brief Sets the IKE_SA ID of the message.
* *