]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 12 Jun 2020 03:43:20 +0000 (20:43 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 12 Jun 2020 03:43:20 +0000 (20:43 -0700)
open-vm-tools/lib/include/ghIntegrationCommon.h

index 3104f001ca76746e0c6d16e19e72abfdef015c76..cb6f2ec3e7de6b458e50ea8da33634b3197cd271 100644 (file)
@@ -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.
  */