diff options
Diffstat (limited to 'sources/schedule.c')
-rw-r--r-- | sources/schedule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/schedule.c b/sources/schedule.c index 6299acc..3d30aad 100644 --- a/sources/schedule.c +++ b/sources/schedule.c @@ -397,7 +397,7 @@ static void og_agent_timer_cb(struct ev_loop *loop, ev_timer *timer, int events) struct og_schedule *current; current = container_of(timer, struct og_schedule, timer); - og_dbi_schedule_task(current->task_id); + og_dbi_schedule_task(current->task_id, current->schedule_id); ev_timer_stop(loop, timer); list_del(¤t->list); |