aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/kernel_interface.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-06-09 08:41:41 +0000
committerMartin Willi <martin@strongswan.org>2006-06-09 08:41:41 +0000
commitb543bef50ce0371c0be59c60e70419ac04c8cc87 (patch)
tree8350d73be38a114279dd4e3569ba2439befd32a3 /src/charon/threads/kernel_interface.h
parent0bb32cb5f3dc03c9e754d02f19527a7e221b4e7b (diff)
downloadstrongswan-b543bef50ce0371c0be59c60e70419ac04c8cc87.tar.bz2
strongswan-b543bef50ce0371c0be59c60e70419ac04c8cc87.tar.xz
improved kernel interface logging
Diffstat (limited to 'src/charon/threads/kernel_interface.h')
-rw-r--r--src/charon/threads/kernel_interface.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/charon/threads/kernel_interface.h b/src/charon/threads/kernel_interface.h
index 9d5846f34..b70f9b6e8 100644
--- a/src/charon/threads/kernel_interface.h
+++ b/src/charon/threads/kernel_interface.h
@@ -135,8 +135,7 @@ struct kernel_interface_t {
* @param dst_hostbits subnetmask to use for dst address
* @param direction direction of traffic, XFRM_POLICY_OUT, XFRM_POLICY_IN, XFRM_POLICY_FWD
* @param upper_proto upper layer protocol of traffic for this policy (TCP, UDP, ICMP, ...)
- * @param ah protect traffic with AH?
- * @param esp protect traffic with ESP?
+ * @param protocol protocol to use to protect traffic (AH/ESP)
* @param reqid uniqe ID of an SA to use to enforce policy
* @return
* - SUCCESS
@@ -147,7 +146,7 @@ struct kernel_interface_t {
host_t *src, host_t *dst,
u_int8_t src_hostbits, u_int8_t dst_hostbits,
int direction, int upper_proto,
- bool ah, bool esp,
+ protocol_id_t protocol,
u_int32_t reqid);
/**