cvs commit: src/sys/netgraph netgraph.h ng_base.c
Gleb Smirnoff
glebius at FreeBSD.org
Mon May 16 10:07:09 PDT 2005
glebius 2005-05-16 17:07:03 UTC
FreeBSD src repository
Modified files:
sys/netgraph netgraph.h ng_base.c
Log:
- Extend interface of ng_getqblk(), so that malloc wait flags are
specified by caller.
- Change ng_send_item() interface - use 'flags' argument instead of
boolean 'queue'.
- Extend ng_send_fn(), ng_package_data() and ng_package_msg()
interface - add possibility to pass flags. Rename ng_send_fn() to
ng_send_fn1(). Create macro for ng_send_fn().
- Update all macros, that use ng_package_data() and ng_package_msg().
Reviewed by: julian
Revision Changes Path
1.53 +15 -10 src/sys/netgraph/netgraph.h
1.101 +19 -26 src/sys/netgraph/ng_base.c
More information about the cvs-all
mailing list