cvs commit: src/sys/netgraph ng_source.c

Hartmut Brandt harti at FreeBSD.org
Mon Jan 26 06:46:37 PST 2004


harti       2004/01/26 06:46:35 PST

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_source.c 
  Log:
  Should use the non-locking versions of the ifqueue macros to
  fiddle around with private queues, because their mutex is not
  needed. All this processing should be protected by the netgraph
  locking.
  
  Revision  Changes    Path
  1.11      +7 -7      src/sys/netgraph/ng_source.c


More information about the cvs-src mailing list