From f8452d8cfd4711aa9a988254dcd9421d7538710b Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 11 Nov 2010 17:29:05 +0000 Subject: Support repetition of --addtag and --deltag arguments. Add infrastructure for specific cmdline arguments to be repeated in groups. Split the_args cmdline arguments and values into arg_props and arg_values. --- tools/lvm2cmdline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lvm2cmdline.h') diff --git a/tools/lvm2cmdline.h b/tools/lvm2cmdline.h index 150da543..5c4889e1 100644 --- a/tools/lvm2cmdline.h +++ b/tools/lvm2cmdline.h @@ -19,7 +19,7 @@ struct cmd_context; struct cmdline_context { - struct arg *the_args; + struct arg_props *arg_props; struct command *commands; int num_commands; int commands_size; -- cgit