diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-03-24 00:00:23 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-03-24 00:00:23 +0000 |
| commit | 6252bd331d788b0301c3c6a692e2902f088bc8a8 (patch) | |
| tree | 6ac356cb42501ddd8978ff23a9765423a1d29044 /sys/netipx/ipx_input.c | |
| parent | c8cd6b70e2e221054b05ed2e6b4186008855d2e2 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx_input.c')
| -rw-r--r-- | sys/netipx/ipx_input.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index b751ea4c9653..eb892c2a8cfd 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; |
