summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-07-30 16:14:10 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2015-07-30 16:14:10 +0200
commitd9c67a9b21583e6665ba7c13a3fa2d0151082f5b (patch)
treebc88d8422743ff955e5d78e452df0e6397c44071
parente6834b3237e2d523430a8b8a3ff24b0b27f7cb2f (diff)
downloadlvm2-d9c67a9b21583e6665ba7c13a3fa2d0151082f5b.tar.gz
cleanup: toolcontext: move report_list_item_separator into its group
-rw-r--r--lib/commands/toolcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commands/toolcontext.h b/lib/commands/toolcontext.h
index d2fd8a273..ec2242d97 100644
--- a/lib/commands/toolcontext.h
+++ b/lib/commands/toolcontext.h
@@ -165,7 +165,6 @@ struct cmd_context {
* Host tags.
*/
struct dm_list tags; /* list of defined tags */
- const char *report_list_item_separator;
int hosttags;
/*
@@ -186,6 +185,7 @@ struct cmd_context {
/*
* Others - unsorted.
*/
+ const char *report_list_item_separator;
const char *time_format;
unsigned rand_seed;
};