From: Oliver Kurth Date: Mon, 20 Aug 2018 19:48:08 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools X-Git-Tag: stable-11.0.0~464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93e869c8936024cc6d072ac95ac167a00dd80d33;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 583fd8b06..3ca4b8f4a 100644 --- a/open-vm-tools/lib/include/ghIntegrationCommon.h +++ b/open-vm-tools/lib/include/ghIntegrationCommon.h @@ -63,9 +63,13 @@ typedef uint32 GHIRequestResult; */ #define GHI_DND_DND_HOST_GUEST_CMD "ghi.dnd.dnd.hostguest" #define GHI_DND_COPYPASTE_HOST_GUEST_CMD "ghi.dnd.copypaste.hostguest" -#define GHI_DND_HOST_GET_FILES_CMD "ghi.dnd.host.getfiles" -#define GHI_DND_HOST_GET_FILES_CANCEL_CMD "ghi.dnd.host.getfiles.cancel" -#define GHI_DND_HOST_GET_FILES_ANSWER_OVERWRITE "ghi.dnd.host.getfiles.answer.overwrite" +#define GHI_DND_HOST_SHAKEHAND_CMD "ghi.dnd.shakehand" +#define GHI_DND_HOST_GETFILES_CMD "ghi.dnd.host.getfiles" +#define GHI_DND_HOST_GETFILES_ANSWER_OVERWRITE "ghi.dnd.host.getfiles.answer.overwrite" +#define GHI_DND_HOST_SENDFILES_CMD "ghi.dnd.host.sendfiles" +#define GHI_DND_HOST_TRANSFERFILES_CANCEL_CMD "ghi.dnd.host.transferfiles.cancel" +#define GHI_DND_HOST_ADDBLOCK_CMD "ghi.dnd.host.addblock" +#define GHI_DND_HOST_REMOVEBLOCK_CMD "ghi.dnd.host.removeblock" #define GHI_DND_GUEST_RET_MAX_LEN 64 #define GHI_DND_GUEST_RET_ERROR "error"