cvs commit: src/sys/netgraph netgraph.h ng_base.c
Gleb Smirnoff
glebius at FreeBSD.org
Wed Nov 14 03:25:59 PST 2007
glebius 2007-11-14 11:25:58 UTC
FreeBSD src repository
Modified files:
sys/netgraph netgraph.h ng_base.c
Log:
- Merge all the ng_send_fn2* functions into one - ng_send_fn2(),
removing some copy&pasted code.
- Reduce copy and paste in ng_apply_item().
- Resurrect ng_send_fn() as a valid symbol, not a define.
Reviewed by: mav, julian
Revision Changes Path
1.70 +7 -15 src/sys/netgraph/netgraph.h
1.139 +36 -77 src/sys/netgraph/ng_base.c
More information about the cvs-src
mailing list