diff options
author | Martin Willi <martin@revosec.ch> | 2013-03-18 10:13:36 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-03-18 10:13:36 +0100 |
commit | d29246cabe581f4937e740e251a935e629556f86 (patch) | |
tree | e1f86db4ea8dc2fb574e9707d0d013d9bceb6807 /src/libhydra/kernel/kernel_ipsec.h | |
parent | 048872f2f74d3885f6915e461543da2969f77547 (diff) | |
parent | e813d218f1af807c260c8dbe2617d60bf18bc322 (diff) | |
download | strongswan-d29246cabe581f4937e740e251a935e629556f86.tar.bz2 strongswan-d29246cabe581f4937e740e251a935e629556f86.tar.xz |
Merge branch 'radius-ext'
Bring some extensions to eap-radius, namely a virtual IP address provider based
on received Framed-IPs, forwarding of Cisco Unity banners, Interim Accounting
updates and the reporting of sent/received packets.
Diffstat (limited to 'src/libhydra/kernel/kernel_ipsec.h')
-rw-r--r-- | src/libhydra/kernel/kernel_ipsec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libhydra/kernel/kernel_ipsec.h b/src/libhydra/kernel/kernel_ipsec.h index c8afcaffd..ba67238e5 100644 --- a/src/libhydra/kernel/kernel_ipsec.h +++ b/src/libhydra/kernel/kernel_ipsec.h @@ -154,11 +154,12 @@ struct kernel_ipsec_t { * @param protocol protocol for this SA (ESP/AH) * @param mark optional mark for this SA * @param[out] bytes the number of bytes processed by SA + * @param[out] packets number of packets processed by SA * @return SUCCESS if operation completed */ status_t (*query_sa) (kernel_ipsec_t *this, host_t *src, host_t *dst, u_int32_t spi, u_int8_t protocol, mark_t mark, - u_int64_t *bytes); + u_int64_t *bytes, u_int64_t *packets); /** * Delete a previusly installed SA from the SAD. |