Added a message method to set the "higher version supported" flag

This commit is contained in:
Martin Willi
2011-01-05 16:45:52 +01:00
parent 357e960e40
commit 2813be18f5
4 changed files with 33 additions and 0 deletions
+5
View File
@@ -153,6 +153,11 @@ struct message_t {
*/
bool (*get_request) (message_t *this);
/**
* Set the version flag in the IKE header.
*/
void (*set_version_flag)(message_t *this);
/**
* Get a reserved bit in the IKE header.
*