Skip to content
Snippets Groups Projects
Commit 484308fa authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

events: cleanup, uniform scheduling for now

parent 5cfe123d
Branches
Tags
1 merge request!587Events refactoring
......@@ -332,7 +332,7 @@ void zone_events_enqueue(zone_t *zone, zone_event_type_t type)
pthread_mutex_unlock(&events->mx);
/* Execute as soon as possible. */
zone_events_schedule_at(zone, type, time(NULL));
zone_events_schedule_now(zone, type);
}
void zone_events_freeze(zone_t *zone)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment