mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Separate constant fields from variable ones.
This commit is contained in:
parent
b80f32dd0a
commit
f8427641b0
@ -79,6 +79,7 @@ struct arg {
|
||||
char short_arg;
|
||||
char *long_arg;
|
||||
int (*fn)(struct arg *a);
|
||||
|
||||
int count;
|
||||
char *value;
|
||||
uint32_t i_value;
|
||||
|
Loading…
Reference in New Issue
Block a user