summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorSimon Rettberg2016-03-29 16:10:31 +0200
committerSimon Rettberg2016-03-29 16:10:31 +0200
commit6cacb1191590223af6afab5c13acc3664b72e8e3 (patch)
tree94f3e2b29cc645d27716117ec14b965c82c7d311 /src/globals.h
parentdur dur... (diff)
downloadvmchooser2-6cacb1191590223af6afab5c13acc3664b72e8e3.tar.gz
vmchooser2-6cacb1191590223af6afab5c13acc3664b72e8e3.tar.xz
vmchooser2-6cacb1191590223af6afab5c13acc3664b72e8e3.zip
Feature: Show warning for 64bit VMs if no VT-x available
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 60f3d31..a3b1e99 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -62,6 +62,8 @@ extern int g_templateHandling;
#define LOCATION_EXCLUSIVE (2)
extern int g_forLocationHandling;
+extern bool g_noVtx;
+
bool myLessThan(Session* a, Session* b);
#endif