cvs commit: src/sys/netgraph ng_base.c

Gleb Smirnoff glebius at FreeBSD.org
Thu Oct 13 04:55:50 PDT 2005


glebius     2005-10-13 11:55:50 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_base.c 
  Log:
  - When flushing node input queue, check whether item has a callback. If
    it does, then call it suppling ENOENT as error value.
  - Add assert, that helped to catch the above error.
  
  Revision  Changes    Path
  1.115     +6 -0      src/sys/netgraph/ng_base.c


More information about the cvs-src mailing list