cvs commit: src/sys/netgraph ng_l2tp.c

Gleb Smirnoff glebius at FreeBSD.org
Tue Jan 11 03:51:18 PST 2005


glebius     2005-01-11 11:51:17 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_l2tp.c 
  Log:
  - 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.14      +36 -93    src/sys/netgraph/ng_l2tp.c


More information about the cvs-src mailing list