Revert "Enable multiple consoles"
This reverts commit caafe5c6204bc2066e6201a67ecd7cd1b3f8d015.
Bug: None
Change-Id: Iea2a80003d996ce542393242f87dc658ac6d01c9
Tracked-On: https://jira01.devtools.intel.com/browse/BP-289
Signed-off-by: Viorel Suman <viorel.suman@intel.com>
diff --git a/init/init.h b/init/init.h
index c844489..b6a095b 100644
--- a/init/init.h
+++ b/init/init.h
@@ -18,17 +18,16 @@
#define _INIT_INIT_H
#include <string>
-#include <vector>
class Action;
class Service;
#define COMMAND_RETRY_TIMEOUT 5
-#define DEFAULT_CONSOLE "console"
extern const char *ENV[32];
extern bool waiting_for_exec;
-extern std::vector<std::string> console_names;
+extern int have_console;
+extern std::string console_name;
extern struct selabel_handle *sehandle;
extern struct selabel_handle *sehandle_prop;