mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
cov: use correct enum type
Correct function declaration.
This commit is contained in:
parent
395ce6c2bb
commit
25b672417e
@ -128,7 +128,7 @@ static int _read_id(struct id *id, const struct dm_config_node *cn, const char *
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _read_flag_config(const struct dm_config_node *n, uint64_t *status, int type)
|
static int _read_flag_config(const struct dm_config_node *n, uint64_t *status, enum pv_vg_lv_e type)
|
||||||
{
|
{
|
||||||
const struct dm_config_value *cv;
|
const struct dm_config_value *cv;
|
||||||
*status = 0;
|
*status = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user