Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2001 11:27:54 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c
Message-ID:  <200101111927.f0BJRsB85435@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2001/01/11 11:27:54 PST

  Modified files:
    sys/netgraph         netgraph.h ng_base.c ng_pppoe.c 
  Log:
  Add an exported function ng_rmhook_self() that removes a hook
  from a node, but does it via the locking queue, thus ensuring that the
  node is locked when it's hook is removed.
  
  Add 'deadnode' and 'deadhook' structures for when a node or hook is
  invalidated but not yet freed. (not yet freed)
  
  Revision  Changes    Path
  1.21      +4 -2      src/sys/netgraph/netgraph.h
  1.35      +102 -5    src/sys/netgraph/ng_base.c
  1.42      +3 -3      src/sys/netgraph/ng_pppoe.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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