From 3d7ae10a541629727844163f7d64507baedd6c78 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Mon, 22 Jun 2020 20:20:08 +0200 Subject: Add a shared timer, remove timerfd usage from idle and announce --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') diff --git a/main.h b/main.h index 84d0a1c..c94954a 100644 --- a/main.h +++ b/main.h @@ -152,6 +152,7 @@ struct cfg { struct server_cfg_monitor *server_cfg_monitor; struct signal_ev *signal; struct announce *announce; + struct ptimer *ptimer; struct igmp *igmp; struct idle *idle; struct sd_bus *sd_bus; -- cgit v1.2.3