aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2006-03-24 00:00:23 +0000
committerRobert Watson <rwatson@FreeBSD.org>2006-03-24 00:00:23 +0000
commit6252bd331d788b0301c3c6a692e2902f088bc8a8 (patch)
tree6ac356cb42501ddd8978ff23a9765423a1d29044 /sys/netipx
parentc8cd6b70e2e221054b05ed2e6b4186008855d2e2 (diff)
Notes
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/ipx_input.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c
index b751ea4c96530..eb892c2a8cfd6 100644
--- a/sys/netipx/ipx_input.c
+++ b/sys/netipx/ipx_input.c
@@ -427,6 +427,10 @@ register struct route *ro;
}
}
+/*
+ * XXXRW: This code should be run in its own netisr dispatch to avoid a call
+ * back into the socket code from the IPX output path.
+ */
void
ipx_watch_output(m, ifp)
struct mbuf *m;