summaryrefslogtreecommitdiffstats
path: root/lib/types/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types/types.h')
-rw-r--r--lib/types/types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/types/types.h b/lib/types/types.h
index 7b9269b..b7430f4 100644
--- a/lib/types/types.h
+++ b/lib/types/types.h
@@ -67,7 +67,7 @@ struct boot_command {
char *dtb_file;
char *boot_args;
char *args_sig_file;
- char *tty;
+ char *console;
};
struct boot_status {
@@ -163,12 +163,12 @@ struct config {
bool allow_writes;
- char *boot_tty;
+ char *boot_console;
char *lang;
/* not user-settable */
- unsigned int n_tty;
- char **tty_list;
+ unsigned int n_consoles;
+ char **consoles;
bool disable_snapshots;
bool safe_mode;
bool debug;
OpenPOWER on IntegriCloud