]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move if_handoff() from an inline in if_var.h to a function to if.c
authorrwatson <rwatson@FreeBSD.org>
Sat, 30 Oct 2004 09:39:13 +0000 (09:39 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sat, 30 Oct 2004 09:39:13 +0000 (09:39 +0000)
commitf71b496ed7e5680b0f0e4a9da173613f1e0ab32c
treefb5fe1e577fbebdf4db11d4f77dc81c15915fb48
parent17c0d55bc06a42141bc410a636e74a2a8a31a933
Move if_handoff() from an inline in if_var.h to a function to if.c
in orden to harden the ABI for 5.x; this will permit us to modify
the locking in the ifnet packet dispatch without requiring drivers
to be recompiled.

MFC after: 3 days
Discussed at: EuroBSDCon Developer's Summit
sys/net/if.c
sys/net/if_var.h