cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_source.c
Gleb Smirnoff
glebius at FreeBSD.org
Tue Nov 2 13:24:31 PST 2004
glebius 2004-11-02 21:24:31 UTC
FreeBSD src repository
Modified files:
sys/netgraph netgraph.h ng_base.c ng_source.c
Log:
- Make ng_timeout() to use callout() interface instead of timeout().
- Remove callout-hacking from ng_untimeout().
Approved by: julian (mentor)
MFC after: 1 month
Revision Changes Path
1.45 +4 -3 src/sys/netgraph/netgraph.h
1.85 +17 -19 src/sys/netgraph/ng_base.c
1.20 +7 -8 src/sys/netgraph/ng_source.c
More information about the cvs-src
mailing list