Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2000 17:41:30 -0700 (PDT)
From:      Mike Smith <msmith@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys eventhandler.h
Message-ID:  <200010090041.RAA75688@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      2000/10/08 17:41:30 PDT

  Modified files:
    sys/sys              eventhandler.h 
  Log:
  Change the way that eventhandler lists are processed so that an event
  handler can safely remove itself from a list while being run.
  
  (Note that it is not safe to remove anything else from the same list,
   as this may still cause corruption in the case where the removed
   item is next on the list.)
  
  Revision  Changes    Path
  1.11      +10 -6     src/sys/sys/eventhandler.h



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?200010090041.RAA75688>