Changed task queue management a little for ZOOM C.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Feb 2007 09:17:51 +0000 (09:17 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Feb 2007 09:17:51 +0000 (09:17 +0000)
commit3822378d7b75625b8b879025b22bffeb5483b788
tree5de3c5c9245f6e3ca5ba48bdee92d1590dd5b9eb
parent6ae9b6acff7b96dda296313b8c0e24c1626afdd8
Changed task queue management a little for ZOOM C.
When a diagnostic is produced/received (error condition), the task queue is
cleared immediately. In earlier versions the task queue was cleared when
a new task was inserted in the queue. The effect was that a newly inserted task
was _immediately_ removed and never fired. Hence tasks were silenty
forgotten. The error code is still cleared when a new task is inserted
in the queue.
src/zoom-c.c