Scheduler: made scheduled signals thread specific
authorPekka Riikonen <priikone@silcnet.org>
Wed, 1 Oct 2008 17:21:53 +0000 (20:21 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 1 Oct 2008 17:21:53 +0000 (20:21 +0300)
Previous implemenation used global structure to hold scheduled signal.
If some other thread created new scheduler it reset all the signals,
possibly unscheduling signals that should have been called.  Now they
are thread specific.


No differences found