Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2011 07:03:44 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netgraph netgraph.h ng_base.c
Message-ID:  <201107040704.p64743T4076208@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2011-07-04 07:03:44 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         netgraph.h ng_base.c 
  Log:
  SVN rev 223754 on 2011-07-04 07:03:44Z by glebius
  
  - Use refcount(9) API to manage node and hook refcounting.
  - Make ng_unref_node() void, since caller shouldn't be
    interested in whether node is valid after call or not,
    since it can't be guaranteed to be valid. [1]
  
  Ok from:        julian [1]
  
  Revision  Changes    Path
  1.86      +4 -3      src/sys/netgraph/netgraph.h
  1.187     +6 -15     src/sys/netgraph/ng_base.c



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