diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-02-29 14:47:09 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-03-20 17:31:40 +0100 |
commit | 1726795fa9abe4b32ecbd7abd721ecced6c9af9c (patch) | |
tree | 56a45602079ffd2c64f2151b2d3de7a01a16d8aa /src/libcharon/plugins/ha/ha_message.h | |
parent | 8254e7ecb8aff19b1b32fb34723be6c31e0b2f9f (diff) | |
download | strongswan-1726795fa9abe4b32ecbd7abd721ecced6c9af9c.tar.bz2 strongswan-1726795fa9abe4b32ecbd7abd721ecced6c9af9c.tar.xz |
Store the major IKE version on ike_sa_id_t.
Diffstat (limited to 'src/libcharon/plugins/ha/ha_message.h')
-rw-r--r-- | src/libcharon/plugins/ha/ha_message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_message.h b/src/libcharon/plugins/ha/ha_message.h index 89f9fc391..22a5bd46a 100644 --- a/src/libcharon/plugins/ha/ha_message.h +++ b/src/libcharon/plugins/ha/ha_message.h @@ -30,7 +30,7 @@ /** * Protocol version of this implementation */ -#define HA_MESSAGE_VERSION 2 +#define HA_MESSAGE_VERSION 3 typedef struct ha_message_t ha_message_t; typedef enum ha_message_type_t ha_message_type_t; |