Rewrite task_queue

This commit is contained in:
twinaphex 2017-05-14 20:43:39 +02:00
parent 1345e97f8c
commit 80d9d1f143
25 changed files with 110 additions and 147 deletions

View file

@ -736,7 +736,7 @@ bool task_push_dbscan(
if (db->handle)
db->handle->status = DATABASE_STATUS_ITERATE_BEGIN;
task_queue_ctl(TASK_QUEUE_CTL_PUSH, t);
task_queue_push(t);
return true;