summaryrefslogtreecommitdiffstats
path: root/daemon/static_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/static_threads.c')
-rw-r--r--daemon/static_threads.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/daemon/static_threads.c b/daemon/static_threads.c
index 4ee2a4668..830b854e6 100644
--- a/daemon/static_threads.c
+++ b/daemon/static_threads.c
@@ -195,6 +195,15 @@ const struct netdata_static_thread static_threads_common[] = {
.init_routine = NULL,
.start_routine = profile_main
},
+ {
+ .name = "DYNCFG",
+ .config_section = NULL,
+ .config_name = NULL,
+ .enabled = 1,
+ .thread = NULL,
+ .init_routine = NULL,
+ .start_routine = dyncfg_main
+ },
// terminator
{