diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-05-13 12:50:29 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-07-06 09:43:45 +0200 |
commit | 328f22e1d3a38aa087399899794ebb60f1f5610e (patch) | |
tree | b29d4b374bce20d1bef58ad5b2ab5d1dfe98c30a /src/libcharon/plugins/load_tester/load_tester_ipsec.c | |
parent | 0b6ff2a9fe52ebcbfab7d72b60a9af5d8712f4f5 (diff) | |
download | strongswan-328f22e1d3a38aa087399899794ebb60f1f5610e.tar.bz2 strongswan-328f22e1d3a38aa087399899794ebb60f1f5610e.tar.xz |
Add the reqid to kernel_ipsec_t.del_policy.
Diffstat (limited to 'src/libcharon/plugins/load_tester/load_tester_ipsec.c')
-rw-r--r-- | src/libcharon/plugins/load_tester/load_tester_ipsec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/load_tester/load_tester_ipsec.c b/src/libcharon/plugins/load_tester/load_tester_ipsec.c index c469cee31..e8c02b99a 100644 --- a/src/libcharon/plugins/load_tester/load_tester_ipsec.c +++ b/src/libcharon/plugins/load_tester/load_tester_ipsec.c @@ -102,8 +102,8 @@ METHOD(kernel_ipsec_t, query_policy, status_t, METHOD(kernel_ipsec_t, del_policy, status_t, private_load_tester_ipsec_t *this, traffic_selector_t *src_ts, - traffic_selector_t *dst_ts, policy_dir_t direction, mark_t mark, - bool unrouted) + traffic_selector_t *dst_ts, policy_dir_t direction, u_int32_t reqid, + mark_t mark, bool unrouted) { return SUCCESS; } |