diff options
Diffstat (limited to 'daemon/static_threads.c')
-rw-r--r-- | daemon/static_threads.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/daemon/static_threads.c b/daemon/static_threads.c index 4ee2a466..830b854e 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 { |