From: Oliver Kurth Date: Fri, 12 Jun 2020 03:43:20 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a31877f56c1f0274a7e45b39d3be16a5f64c5f;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/ghIntegrationCommon.h b/open-vm-tools/lib/include/ghIntegrationCommon.h index 3104f001c..cb6f2ec3e 100644 --- a/open-vm-tools/lib/include/ghIntegrationCommon.h +++ b/open-vm-tools/lib/include/ghIntegrationCommon.h @@ -154,6 +154,11 @@ typedef uint32 GHIGuestToHostMessageType; #define GHI_CHANNEL_FCP_BITS GHI_GUEST_CHANNEL_BITS(GHI_CHANNEL_FCP) #define GHI_GUEST_FCP_TRANSFERFILES_PROGRESS (GHI_CHANNEL_FCP_BITS | 0x000001) +/* + * UI->MKS Messages over GHI_CHANNEL_FCP, used by View FCP. + */ +#define GHI_FCP_HOST_TRANSFERFILES_CANCEL_CMD "ghi.fcp.host.transferfiles.cancel" + /* * MKS->UI messages over GHI_CHANNEL_VIEW_REMOTE_VDP_COMMON. */