a test check-in on 2.1.x branch

This commit is contained in:
Jessica Wang 2010-08-16 11:27:34 -07:00
parent e0862594d0
commit c60ff4a8b7
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ var g_enableLogging = false;
var g_timezoneoffset = null;
var g_timezone = null;
// capabilities
var g_networkType = "vnet"; // vnet, vlan, direct
function getNetworkType() { return g_networkType; }