Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2005 14:20:39 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 timeout.9 src/sys/kern kern_timeout.c src/sys/sys callout.h
Message-ID:  <200509081420.j88EKd79040377@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-09-08 14:20:39 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       timeout.9 
    sys/kern             kern_timeout.c 
    sys/sys              callout.h 
  Log:
  Make callout_reset() return a non-zero value if a pending callout
  was rescheduled. If there was no pending callout, then return 0.
  
  Reviewed by:    iedowse, cperciva
  
  Revision  Changes    Path
  1.29      +7 -5      src/share/man/man9/timeout.9
  1.98      +8 -3      src/sys/kern/kern_timeout.c
  1.29      +1 -1      src/sys/sys/callout.h



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