diff options
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 872a2a4022b2..248874ecf8df 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -167,6 +167,9 @@ struct xfrm_state | |||
167 | struct xfrm_lifetime_cur curlft; | 167 | struct xfrm_lifetime_cur curlft; |
168 | struct timer_list timer; | 168 | struct timer_list timer; |
169 | 169 | ||
170 | /* Last used time */ | ||
171 | u64 lastused; | ||
172 | |||
170 | /* Reference to data common to all the instances of this | 173 | /* Reference to data common to all the instances of this |
171 | * transformer. */ | 174 | * transformer. */ |
172 | struct xfrm_type *type; | 175 | struct xfrm_type *type; |