]> 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, 27 Jul 2018 18:46:20 +0000 (11:46 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:20 +0000 (11:46 -0700)
Back out previous change to lib/include/ghIntegrationCommon.h.

open-vm-tools/lib/include/ghIntegrationCommon.h

index 0e4c160a8e490b90a83ac366c6a5d9469d66d707..81806c06cc977145d659c58d15b012adb095820f 100644 (file)
  * 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_VIEW_REMOTE_SHARED_FOLDER   2  // For vdpSharedFolderMgr messages
-#define GHI_CHANNEL_MAX                         3
+#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
 typedef uint32 GHIChannelType;
 
 #define GHI_REQUEST_SUCCESS_OK       0  // Guest returns OK.