summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-22 12:00:05 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-22 12:00:05 +0200
commit77071eb45391c9f0bbc593bcf2c10605ed1d5d17 (patch)
treecf1bd5d9d39c77dfc2fc84b98fcf3b5ace4eb989 /main.h
parentf2489c89e95c07495768b5401b63ba31ec39d72d (diff)
Rename proxy and cfgdir to more descriptive names
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index 488ae8d..688dbe2 100644
--- a/main.h
+++ b/main.h
@@ -146,7 +146,7 @@ struct cfg {
char *igmp_iface;
struct uring_ev *uev;
- struct inotify_ev *iev;
+ struct server_cfg_monitor *server_cfg_monitor;
struct signalfd_ev *sev;
struct announce *aev;
struct igmp *igmp;