diff options
author | 2002-06-09 04:50:27 +0000 | |
---|---|---|
committer | 2002-06-09 04:50:27 +0000 | |
commit | a8d8d2cba6012b335375deaf0dd63c1826d8d0c3 (patch) | |
tree | 06381be855e4f6f39daa69cc5607dec96ddc6ebc | |
parent | Print message for kern.mbstat (to use netstat) (diff) | |
download | wireguard-openbsd-a8d8d2cba6012b335375deaf0dd63c1826d8d0c3.tar.xz wireguard-openbsd-a8d8d2cba6012b335375deaf0dd63c1826d8d0c3.zip |
This commit commit commit without testing has to STOP. BE CAREFUL.
-rw-r--r-- | sys/net/pfvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index ec764954faa..db3f4d0158b 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.79 2002/06/09 04:44:35 pb Exp $ */ +/* $OpenBSD: pfvar.h,v 1.80 2002/06/09 04:50:27 deraadt Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -232,6 +232,7 @@ struct pf_rule { struct pf_rule *skip[PF_SKIP_COUNT]; #define PF_RULE_LABEL_SIZE 64 char label[PF_RULE_LABEL_SIZE]; + u_int32_t timeout[PFTM_MAX]; struct pf_addr rt_addr; char ifname[IFNAMSIZ]; char rt_ifname[IFNAMSIZ]; |