cvs commit: src/sys/netgraph ng_ppp.c
Gleb Smirnoff
glebius at FreeBSD.org
Sat Jan 29 15:28:11 PST 2005
glebius 2005-01-29 23:28:10 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netgraph ng_ppp.c
Log:
MFC 1.53:
- Use ng_callout() instead of timeout(9).
- Do not put/remove node references, since this no longer
needed.
- Remove timerActive flag, use callout flags.
- Schedule next callout after doing current one.
Reviewed by: archie
Approved by: julian (mentor)
Revision Changes Path
1.51.2.2 +14 -37 src/sys/netgraph/ng_ppp.c
More information about the cvs-src
mailing list