]> git.ipfire.org Git - thirdparty/asterisk.git/commit
It is a normal situation that a task gets put in the scheduler that should run
authorRussell Bryant <russell@russellbryant.com>
Wed, 10 Sep 2008 16:39:53 +0000 (16:39 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 10 Sep 2008 16:39:53 +0000 (16:39 +0000)
commit4b5b6ffa27586f4c07cb3e4eb6c672784efa5376
tree731f04a7baed38effd257d9b1d30d2caf91bddf4
parent3cf97e5d9087b4e2147d9b56bebca3dbebf0fd15
It is a normal situation that a task gets put in the scheduler that should run
as soon as possible.  Accept "0" as an acceptable time to run, and also treat
negative as "run now", and don't print a debug message about it.

(inspired by a message asking about the "request to schedule in the past"
 debug message on the -dev list)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@142354 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/sched.c