From: VMware, Inc <> Date: Thu, 17 Dec 2009 23:07:26 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2009.12.16-217847~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d28106da5684dc31ea52ebb5a2dc6a0af5c1d61;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/modules/linux/shared/vmci_infrastructure.h b/open-vm-tools/modules/linux/shared/vmci_infrastructure.h index 7dab181d9..9f8cebae8 100644 --- a/open-vm-tools/modules/linux/shared/vmci_infrastructure.h +++ b/open-vm-tools/modules/linux/shared/vmci_infrastructure.h @@ -51,7 +51,10 @@ typedef enum { /* Used to determine what checkpoint state to get and set. */ #define VMCI_NOTIFICATION_CPT_STATE 0x1 -#define VMCI_WELLKNOWN_CPT_STATE 0x2 +#define VMCI_WELLKNOWN_CPT_STATE 0x2 +#define VMCI_DG_OUT_STATE 0x3 +#define VMCI_DG_IN_STATE 0x4 +#define VMCI_DG_IN_SIZE_STATE 0x5 /* Used to control the VMCI device in the vmkernel */ #define VMCI_DEV_RESET 0x01