From 94bbdce6b742ab2f62cfa9513e13f27a0f78973b Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Mon, 22 Jun 2020 01:41:52 +0200 Subject: Split idle into top-level task and per-server tasks --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') diff --git a/main.h b/main.h index 5dff164..e418f38 100644 --- a/main.h +++ b/main.h @@ -150,6 +150,7 @@ struct cfg { struct signalfd_ev *sev; struct announce *aev; struct igmp *igmp; + struct idle *idle; struct sd_bus *sd_bus; bool sd_bus_failed; struct uring_task task; -- cgit v1.2.3