Searched defs:g_LAClientAttachedTS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp113 static uint64_t g_LAClientAttachedTS = 0; variable
1450 && ( !g_LAClientAttachedTS
1451 || (g_LAClientAttachedTS != uLAClientAttachedTS)))
1461 /* If g_LAClientAttachedTS is 0 this means there already was an active
1463 !g_LAClientAttachedTS ? "already active" : g_LAClientInfo.fAttached ? "connected" : "disconnected",
1466 g_LAClientAttachedTS = g_LAClientInfo.uAttachedTS;

Completed in 46 milliseconds