mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-02 04:22:02 +03:00
Separate constant fields from variable ones.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user