]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not directly applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Sun, 21 Jul 2019 00:15:19 +0000 (17:15 -0700)
committerOliver Kurth <okurth@vmware.com>
Sun, 21 Jul 2019 00:15:19 +0000 (17:15 -0700)
open-vm-tools/lib/include/ghIntegrationCommon.h

index a9e488f7a899ec583fb985cad8e5cfc8349e4b07..af9142933398b099533f025b9c2d9697cac8fcfe 100644 (file)
@@ -50,7 +50,9 @@
 #define GHI_CHANNEL_VIEW_USB_REDIRECTION        5  // VDPUsbRedirectionMKSControl module in
                                                    // View RMKS
 #define GHI_CHANNEL_VIEW_REMOTE_VDP_COMMON      6  // Handled by View VDP core module
-#define GHI_CHANNEL_MAX                         7
+#define GHI_CHANNEL_VIEW_PROTOCOL               7  // Interactions with different protocols
+                                                   // in View RMKS
+#define GHI_CHANNEL_MAX                         8
 
 typedef uint32 GHIChannelType;
 
@@ -139,6 +141,11 @@ typedef uint32 GHIGuestToHostMessageType;
  */
 #define GHI_HOST_USB_REDIRECTION_STARTUSBD_CMD  "ghi.usb.redirection.startusbd"
 
+ /*
+  * UI->MKS messages over GHI_CHANNEL_VIEW_PROTOCOL.
+  */
+#define GHI_SET_BUFFER_WITHOUT_AUDIO_CMD \
+        "ghi.view.protocol.set.buffer.without.audio"
 
 /*
  * MKS->UI messages over GHI_CHANNEL_VIEW_REMOTE_VDP_COMMON.