Fix initialisers for old compilers

This commit is contained in:
Lorenz Kästle 2025-03-12 15:50:50 +01:00
parent a14b2b3577
commit a746576b8c

View file

@ -56,12 +56,12 @@ check_procs_config check_procs_config_init() {
.exclude_progs = NULL,
.exclude_progs_arr = NULL,
.exclude_progs_counter = 0,
.re_args = {},
.re_args = {0},
.kthread_filter = false,
.usepid = false,
.uid = {},
.ppid = {},
.uid = 0,
.ppid = 0,
.vsz = 0,
.rss = 0,
.pcpu = 0,