1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-09 23:33:17 +03:00

refactor: move 'interactive' field from struct command_line to struct cmd_context as 'is_interactive' switch

This commit is contained in:
Peter Rajnoha
2016-05-20 14:23:43 +02:00
parent 0ab1187740
commit c33c0545af
4 changed files with 4 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ struct cmd_context {
* Switches.
*/
unsigned is_long_lived:1; /* optimises persistent_filter handling */
unsigned is_interactive:1;
unsigned check_pv_dev_sizes:1;
unsigned handles_missing_pvs:1;
unsigned handles_unknown_segments:1;