diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-26 09:13:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-26 09:13:14 +0000 |
commit | a12e9c046bba20015516fbd9444e1a63f4e25ca9 (patch) | |
tree | 86345410ae79dbde220e2bdd5357ac11d89f9423 /sys/net/bpfdesc.h | |
parent | 9441a3641199e3d097a07b89fdc9eed521026b79 (diff) |
fix bpf select(); from mts@rare.net
Diffstat (limited to 'sys/net/bpfdesc.h')
-rw-r--r-- | sys/net/bpfdesc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h index bd5f50179a9..0494ed28cb5 100644 --- a/sys/net/bpfdesc.h +++ b/sys/net/bpfdesc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bpfdesc.h,v 1.3 1997/08/31 20:42:30 deraadt Exp $ */ +/* $OpenBSD: bpfdesc.h,v 1.4 1998/06/26 09:13:13 deraadt Exp $ */ /* $NetBSD: bpfdesc.h,v 1.11 1995/09/27 18:30:42 thorpej Exp $ */ /* @@ -67,6 +67,7 @@ struct bpf_d { struct bpf_if * bd_bif; /* interface descriptor */ u_long bd_rtout; /* Read timeout in 'ticks' */ + u_long bd_rdStart; /* when the read started */ struct bpf_insn *bd_filter; /* filter code */ u_long bd_rcount; /* number of packets received */ u_long bd_dcount; /* number of packets dropped */ |