From 6cacb1191590223af6afab5c13acc3664b72e8e3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 29 Mar 2016 16:10:31 +0200 Subject: Feature: Show warning for 64bit VMs if no VT-x available --- src/globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/globals.h') 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 -- cgit v1.2.3-55-g7522