From: VMware, Inc <> Date: Mon, 26 Apr 2010 18:17:35 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.04.25-253928~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02360fcf8e5e400807d5c8d0a99cba910d91dd0b;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h index bf4b63ef2..067157d36 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h @@ -70,6 +70,7 @@ typedef enum { CAP_CHANGE_HOST_3D_AVAILABILITY_HINT = 23, // supports sending 3D support hint to guest CAP_AUTOUPGRADE_AT_SHUTDOWN = 24, // supports auto-upgrading tools at OS shutdown GHI_CAP_AUTOLOGON = 25, // supports autologon + CAP_DESKTOP_AUTOLOCK = 26, // supports desktop autolock } GuestCapabilities; typedef struct { @@ -137,6 +138,7 @@ static GuestCapElem guestCapTable[] = { { CAP_CHANGE_HOST_3D_AVAILABILITY_HINT, CAP_VMDB_PATH, "changeHost3DAvailabilityHint" }, { CAP_AUTOUPGRADE_AT_SHUTDOWN, CAP_VMDB_PATH, "autoUpgradeAtShutdown"}, { GHI_CAP_AUTOLOGON, GHI_CAP_VMDB_PATH, "autologon" }, + { CAP_DESKTOP_AUTOLOCK, CAP_VMDB_PATH, "desktopAutolock" }, }; #endif // VM_NEED_VMDB_GUEST_CAP_MAPPING