1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmpolld: set use counters properly in lvmpolld_store

set active_polling_count to zero in pdst_init fn
This commit is contained in:
Ondrej Kozina 2015-05-11 14:19:11 +02:00
parent 5e0a8fa981
commit 5cfd7074af

View File

@ -203,6 +203,7 @@ struct lvmpolld_store *pdst_init(const char *name)
goto err_mutex;
pdst->name = name;
pdst->active_polling_count = 0;
return pdst;