From: Oliver Kurth Date: Sun, 21 Jul 2019 00:15:19 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9827f3ada2457c136b965f12ed13b3e2dc4eae62;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/ghIntegrationCommon.h b/open-vm-tools/lib/include/ghIntegrationCommon.h index a9e488f7a..af9142933 100644 --- a/open-vm-tools/lib/include/ghIntegrationCommon.h +++ b/open-vm-tools/lib/include/ghIntegrationCommon.h @@ -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.