mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
libdm: move new added field to structure end
For backwared compatibility add new struct field to the end. (in release fix)
This commit is contained in:
parent
da5284a500
commit
cb9256111a
@ -1581,10 +1581,10 @@ struct dm_config_value {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct dm_config_node {
|
struct dm_config_node {
|
||||||
int id;
|
|
||||||
const char *key;
|
const char *key;
|
||||||
struct dm_config_node *parent, *sib, *child;
|
struct dm_config_node *parent, *sib, *child;
|
||||||
struct dm_config_value *v;
|
struct dm_config_value *v;
|
||||||
|
int id;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct dm_config_tree {
|
struct dm_config_tree {
|
||||||
|
Loading…
Reference in New Issue
Block a user