]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Yank VMCF/AMQP completely from Tools.
authorVMware, Inc <>
Mon, 15 Oct 2012 04:46:10 +0000 (21:46 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Fri, 19 Oct 2012 18:32:38 +0000 (11:32 -0700)
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/include/vmware/tools/plugin.h

index 7c09986da6ff886ca286d5d2d78ea17e24654458..006c7b2f809b689413562edded0e33515e5159e1 100644 (file)
@@ -341,26 +341,6 @@ typedef enum {
     * (ToolsAppCtx::serviceObj).
     */
    TOOLS_SVC_PROPERTY   = 4,
-
-   /* VMCF applications. */
-
-   /**
-    * Denotes a raw VMCF object handler. See the VMCFObjectProvider struct.
-    */
-   TOOLS_VMCF_OBJECT       = 0x00010001,
-   /**
-    * Denotes a VMCF signal handler. See the VMCFSignalHandler struct.
-    */
-   TOOLS_VMCF_SIGNAL       = 0x00010002,
-   /**
-    * Denotes a VOLT object registration. See the VMCFVoltObject struct.
-    */
-   TOOLS_VMCF_VOLT_OBJECT  = 0x00010003,
-   /**
-    * Denotes a VOLT signal registration. See the VMCFVoltSignal struct.
-    */
-   TOOLS_VMCF_VOLT_SIGNAL  = 0x00010004,
-
 } ToolsAppType;