summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tapvar.h
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2000-07-24 15:32:26 +0000
committernsayer <nsayer@FreeBSD.org>2000-07-24 15:32:26 +0000
commit51ba95b82b01735087de53b8ade822544061b96d (patch)
tree03f3199a12ff2413f099978d7bb75709d4d11ed0 /sys/net/if_tapvar.h
parent4d4f404eca716aca092bfd8e83a20a50a142694e (diff)
downloadFreeBSD-src-51ba95b82b01735087de53b8ade822544061b96d.zip
FreeBSD-src-51ba95b82b01735087de53b8ade822544061b96d.tar.gz
Sundry changes to debugging code.
Add spl/splx to various sensitive spots Change semantics of the vmnet version of the device to keep VMware happy (don't junk state when the device is closed) Submitted by: vsilyaev@mindspring.com
Diffstat (limited to 'sys/net/if_tapvar.h')
-rw-r--r--sys/net/if_tapvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_tapvar.h b/sys/net/if_tapvar.h
index c48ff1c..a5e2032 100644
--- a/sys/net/if_tapvar.h
+++ b/sys/net/if_tapvar.h
@@ -52,6 +52,7 @@ struct tap_softc {
#define TAP_RWAIT (1 << 2)
#define TAP_ASYNC (1 << 3)
#define TAP_READY (TAP_OPEN|TAP_INITED)
+#define TAP_VMNET (1 << 4)
pid_t tap_pid; /* PID of process to open */
struct sigio *tap_sigio; /* information for async I/O */
OpenPOWER on IntegriCloud