diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-09 04:50:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-09 04:50:28 +0000 |
commit | a6ebe1e65bff103e9301fdd268503dd9b117763b (patch) | |
tree | 06abe5579181384ef66b4e50f0cd8c6643abab9d /sys/net | |
parent | bd0844acb3dc64c982ec4ee3ea498944b0eeb313 (diff) |
This commit commit commit without testing has to STOP. BE CAREFUL.
Diffstat (limited to 'sys/net')
-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]; |