From: Oliver Kurth Date: Fri, 27 Jul 2018 18:46:20 +0000 (-0700) Subject: Changes to common header files; not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~518 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd7bddc0a89cac738382e9dae39f4d34d706f5f;p=thirdparty%2Fopen-vm-tools.git Changes to common header files; 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 81806c06c..0e4c160a8 100644 --- a/open-vm-tools/lib/include/ghIntegrationCommon.h +++ b/open-vm-tools/lib/include/ghIntegrationCommon.h @@ -36,10 +36,14 @@ * A GHI/Unity request from the host to the guest can be sent to different * TCLO channels of guestRPC (refer to tclodefs.h). Mostly we use TOOLS_DND_NAME * channel and only a few may use TOOLS_DAEMON_NAME. + * + * Besides, the view remote MKS has some messages that are grouped + * into different categories and are handled with different modules. */ -#define GHI_CHANNEL_USER_SERVICE 0 // TOOLS_DND_NAME TCLO channel -#define GHI_CHANNEL_MAIN_SERVICE 1 // TOOLS_DAEMON_NAME TCLO channel -#define GHI_CHANNEL_MAX 2 +#define GHI_CHANNEL_USER_SERVICE 0 // TOOLS_DND_NAME TCLO channel +#define GHI_CHANNEL_MAIN_SERVICE 1 // TOOLS_DAEMON_NAME TCLO channel +#define GHI_CHANNEL_VIEW_REMOTE_SHARED_FOLDER 2 // For vdpSharedFolderMgr messages +#define GHI_CHANNEL_MAX 3 typedef uint32 GHIChannelType; #define GHI_REQUEST_SUCCESS_OK 0 // Guest returns OK. diff --git a/open-vm-tools/lib/include/vm_product_versions.h b/open-vm-tools/lib/include/vm_product_versions.h index 87d20c285..ffd6b5bc9 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -39,7 +39,7 @@ #if defined(VMX86_VIEWCLIENT) #define PRODUCT_VERSION 4,7,0,PRODUCT_BUILD_NUMBER_NUMERIC #elif defined(VMX86_VMRC) /* check VMX86_VMRC before VMX86_DESKTOP */ - #define PRODUCT_VERSION 10,0,2,PRODUCT_BUILD_NUMBER_NUMERIC /* VMRC_VERSION_NUMBER below has to match this */ + #define PRODUCT_VERSION 10,0,3,PRODUCT_BUILD_NUMBER_NUMERIC /* VMRC_VERSION_NUMBER below has to match this */ #elif defined(VMX86_FLEX) /* check VMX86_FLEX before VMX86_DESKTOP */ #define PRODUCT_VERSION 8,0,0,PRODUCT_BUILD_NUMBER_NUMERIC /* FLEX_VERSION_NUMBER below has to match this */ #elif defined(VMX86_TOOLS) @@ -160,8 +160,8 @@ #define WORKSTATION_VERSION "e.x.p" #define PLAYER_VERSION_NUMBER "14.0.0" /* this version number should always match real Player version number */ #define PLAYER_VERSION "e.x.p" -#define VMRC_VERSION_NUMBER "10.0.2" /* this version number should always match real VMRC version number */ -#define VMRC_VERSION "10.0.2" +#define VMRC_VERSION_NUMBER "10.0.3" /* this version number should always match real VMRC version number */ +#define VMRC_VERSION "10.0.3" #define FLEX_CLIENT_VERSION_NUMBER "8.0.0" #define FLEX_CLIENT_VERSION "e.x.p"