From: John Wolfe Date: Tue, 6 Oct 2020 21:30:55 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f88125233b074398bb6ba38d7b5c2ae19e7085;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h index 11d35eeed..db45ca7bd 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h @@ -100,7 +100,7 @@ typedef struct { * If you change these strings, make sure you also change the * vmdb schema, since these strings are used as vmdb keys. */ - +// clang-format off static GuestCapElem guestCapTable[] = { { UNITY_CAP_START_MENU, UNITY_CAP_VMDB_PATH, "startmenu" }, { UNITY_CAP_VIRTUAL_DESK, UNITY_CAP_VMDB_PATH, "virtualdesk" }, @@ -136,7 +136,9 @@ static GuestCapElem guestCapTable[] = { { GHI_CAP_SET_DISPLAY_SCALING, GHI_CAP_VMDB_PATH, "setDisplayScaling"}, { UNITY_CAP_DISABLE_MOUSE_BUTTON_SWAPPING, UNITY_CAP_VMDB_PATH, "mouseButtonSwapping" }, { UNITY_CAP_CARET_POSITION, UNITY_CAP_VMDB_PATH, "getCaretPosition" }, + { CAP_GUESTSTORE_UPGRADE, CAP_VMDB_PATH, "guestStoreUpgrade" }, }; +// clang-format on #endif // VM_NEED_VMDB_GUEST_CAP_MAPPING