diff options
Diffstat (limited to 'sbin/isakmpd/sa.h')
-rw-r--r-- | sbin/isakmpd/sa.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/isakmpd/sa.h b/sbin/isakmpd/sa.h index 94d7f2b676b..09427f05886 100644 --- a/sbin/isakmpd/sa.h +++ b/sbin/isakmpd/sa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sa.h,v 1.23 2001/06/12 21:50:36 niklas Exp $ */ +/* $OpenBSD: sa.h,v 1.24 2001/06/27 00:48:21 angelos Exp $ */ /* $EOM: sa.h,v 1.58 2000/10/10 12:39:01 provos Exp $ */ /* @@ -179,6 +179,9 @@ struct sa { u_int64_t seconds; u_int64_t kilobytes; + /* ACQUIRE sequence number */ + u_int32_t seq; + /* The events that will occur when an SA has timed out. */ struct event *soft_death; struct event *death; |