]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 22 Dec 2020 20:22:03 +0000 (12:22 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 22 Dec 2020 20:22:03 +0000 (12:22 -0800)
open-vm-tools/lib/include/vmware/guestrpc/capabilities.h

index a5a7ad5ec53d7107f2bcc9c2179844789b8d4406..93848accf7537142e230db62ebede81c956fc59c 100644 (file)
@@ -77,6 +77,7 @@ typedef enum {
    UNITY_CAP_DISABLE_MOUSE_BUTTON_SWAPPING     = 32, // supports disabling mouse button swapping
    UNITY_CAP_CARET_POSITION             = 33, // supports sending caret position updates
    CAP_GUESTSTORE_UPGRADE               = 34, // supports tools upgrade from GuestStore
+   CAP_DEVICE_HELPER                    = 35, // supports tools device helper for Windows guests
 } GuestCapabilities;
 
 typedef struct {
@@ -141,6 +142,7 @@ static GuestCapElem guestCapTable[] = {
     * don't define VMDB schema for it and don't store it in VMDB.
     */
    { CAP_GUESTSTORE_UPGRADE,               NULL,                NULL },
+   { CAP_DEVICE_HELPER,                    NULL,                NULL },
 };
 // clang-format on