From fc361e474b55944ca0817df904904a1be77ccc20 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sun, 22 Sep 2019 05:17:39 -0700 Subject: [PATCH] Not removing the send_delay variable. --- icmpmonitor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icmpmonitor.c b/icmpmonitor.c index 284da67..cc141b5 100644 --- a/icmpmonitor.c +++ b/icmpmonitor.c @@ -61,11 +61,10 @@ struct monitor_host { /* Globals */ /* Since the program is based around signals, a linked list of hosts is maintained here. */ static struct monitor_host * hosts = NULL; + static int send_delay = 1; /* Set by command line flags. */ static bool verbose = false; static bool retry_down_cmd = false; - /* TODO: Get rid of this global. */ - static int send_delay = 1; /* * Checksum routine for Internet Protocol family headers -- 2.20.1