1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-24 14:50:34 +03:00

cov: no overwrite of const qualified fields

This commit is contained in:
Zdenek Kabelac 2024-03-28 21:33:53 +01:00
parent 7ec7d8cf54
commit 2b7d0db7f1

View File

@ -46,12 +46,12 @@ struct lvmpolld_lv {
* require struct lvmpolld_lv lock
*/
struct lvmpolld_state *ls;
const enum poll_type type;
enum poll_type type;
const char *lvid;
const char *lvmpolld_id;
const char *devicesfile;
const char *lvname; /* full vg/lv name */
const unsigned pdtimeout; /* in seconds */
unsigned pdtimeout; /* in seconds */
const char *sinterval;
const char *lvm_system_dir_env;
struct lvmpolld_store *pdst;