diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-09-25 13:56:23 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-09-25 13:56:23 +0000 |
commit | a341a68fac045e94a45aa3fb1f7ac3e821e8a8be (patch) | |
tree | 3a55ecb885c39c1bb7ff48f1b9162291b97c9217 /src/charon/kernel/kernel_interface.h | |
parent | 507f26f685b83ced2b2cd51465ad426bf87f2da5 (diff) | |
download | strongswan-a341a68fac045e94a45aa3fb1f7ac3e821e8a8be.tar.bz2 strongswan-a341a68fac045e94a45aa3fb1f7ac3e821e8a8be.tar.xz |
merging renaming of mode_t to ipsec_mode_t back to trunk
Diffstat (limited to 'src/charon/kernel/kernel_interface.h')
-rw-r--r-- | src/charon/kernel/kernel_interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/kernel/kernel_interface.h b/src/charon/kernel/kernel_interface.h index 757459fe3..49faf7c0c 100644 --- a/src/charon/kernel/kernel_interface.h +++ b/src/charon/kernel/kernel_interface.h @@ -117,7 +117,7 @@ struct kernel_interface_t { u_int64_t expire_soft, u_int64_t expire_hard, u_int16_t enc_alg, u_int16_t enc_size, u_int16_t int_alg, u_int16_t int_size, - prf_plus_t *prf_plus, mode_t mode, + prf_plus_t *prf_plus, ipsec_mode_t mode, u_int16_t ipcomp, bool encap, bool update); @@ -192,7 +192,7 @@ struct kernel_interface_t { traffic_selector_t *src_ts, traffic_selector_t *dst_ts, policy_dir_t direction, protocol_id_t protocol, - u_int32_t reqid, bool high_prio, mode_t mode, + u_int32_t reqid, bool high_prio, ipsec_mode_t mode, u_int16_t ipcomp); /** |