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:
parent
5e0a8fa981
commit
5cfd7074af
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user