aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_libipsec
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-09-23 12:28:13 +0200
committerMartin Willi <martin@revosec.ch>2013-10-11 10:23:17 +0200
commitc99458e94ebb98080153a17d4a47db2005634e65 (patch)
tree43ef79d2cb5b2a8f86e3dc15ce23fd0655361a3a /src/libcharon/plugins/kernel_libipsec
parentb59bcba2b38dda5f0f6301b7ae90acc58b4a069b (diff)
downloadstrongswan-c99458e94ebb98080153a17d4a47db2005634e65.tar.bz2
strongswan-c99458e94ebb98080153a17d4a47db2005634e65.tar.xz
kernel: Use a time_t to report use time in query_sa()
Diffstat (limited to 'src/libcharon/plugins/kernel_libipsec')
-rw-r--r--src/libcharon/plugins/kernel_libipsec/kernel_libipsec_ipsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/kernel_libipsec/kernel_libipsec_ipsec.c b/src/libcharon/plugins/kernel_libipsec/kernel_libipsec_ipsec.c
index 40f253d5a..131b982f9 100644
--- a/src/libcharon/plugins/kernel_libipsec/kernel_libipsec_ipsec.c
+++ b/src/libcharon/plugins/kernel_libipsec/kernel_libipsec_ipsec.c
@@ -268,7 +268,7 @@ METHOD(kernel_ipsec_t, update_sa, status_t,
METHOD(kernel_ipsec_t, query_sa, status_t,
private_kernel_libipsec_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 *packets, u_int32_t *time)
+ u_int64_t *packets, time_t *time)
{
return NOT_SUPPORTED;
}