cvs commit: src/sys/netgraph ng_ppp.c

Gleb Smirnoff glebius at FreeBSD.org
Mon Dec 6 11:49:57 PST 2004


glebius     2004-12-06 19:49:56 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ppp.c 
  Log:
  - 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.53      +14 -37    src/sys/netgraph/ng_ppp.c


More information about the cvs-src mailing list