This got incorrectly renamed to VDI_AGENT
Change-Id: Ifd7f7c89c0a4e4bfc29e0bceae2c22bf6ba01379
Этот коммит содержится в:
Saleel Kudchadker
2020-04-08 11:05:09 -07:00
родитель d3d6af6eef
Коммит b4d852de7f
+1 -1
Просмотреть файл
@@ -179,7 +179,7 @@ bool Agent::init() {
// potentialCapabilities_.canGenerateProgramEvents = 1;
// potentialCapabilities_.canGenerateKernelEvents = 1;
const char* envVar = ::getenv("VDI_AGENT");
const char* envVar = ::getenv("CL_AGENT");
if (envVar == NULL) {
return true;
}