Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 19:49:56 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_ppp.c
Message-ID:  <200412061949.iB6JnvUS002683@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412061949.iB6JnvUS002683>