From: VMware, Inc <> Date: Mon, 15 Oct 2012 04:46:10 +0000 (-0700) Subject: Yank VMCF/AMQP completely from Tools. X-Git-Tag: 2012.10.14-874563~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da9be5b2c31b711bee30ca52c70a0e5e36de840b;p=thirdparty%2Fopen-vm-tools.git Yank VMCF/AMQP completely from Tools. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/vmware/tools/plugin.h b/open-vm-tools/lib/include/vmware/tools/plugin.h index 7c09986da..006c7b2f8 100644 --- a/open-vm-tools/lib/include/vmware/tools/plugin.h +++ b/open-vm-tools/lib/include/vmware/tools/plugin.h @@ -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;