cvs commit: src/sys/netgraph ng_l2tp.c

Gleb Smirnoff glebius at FreeBSD.org
Sat Jan 29 15:24:51 PST 2005


glebius     2005-01-29 23:24:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         ng_l2tp.c 
  Log:
  MFC 1.14:
    - Use ng_callout() instead of callout_reset(9).
    - Use callout_pending() instead of our own flags.
    - Remove home-grown protection of node, which has a scheduled
      callout().
    - Remove spl(9) calls.
  
    Tested by:      bz
  
  Revision  Changes    Path
  1.12.2.1  +36 -93    src/sys/netgraph/ng_l2tp.c


More information about the cvs-src mailing list