]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Mon, 20 Dec 2010 22:07:07 +0000 (14:07 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 20 Dec 2010 22:07:07 +0000 (14:07 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/shared/vmci_infrastructure.h

index b05892f4e51235fb9a8e86ea64aa7189bed99d6b..b10b609915e6528c27b24d5f11c8f4fbdbbfc30a 100644 (file)
@@ -40,8 +40,6 @@
 typedef enum {
    VMCIOBJ_VMX_VM = 10,
    VMCIOBJ_CONTEXT,
-   VMCIOBJ_PROCESS,
-   VMCIOBJ_DATAGRAM_PROCESS,
    VMCIOBJ_SOCKET,
    VMCIOBJ_NOT_SET,
 } VMCIObjType;
@@ -55,7 +53,7 @@ typedef struct VMCIObj {
 /* Guestcalls currently support a maximum of 8 uint64 arguments. */
 #define VMCI_GUESTCALL_MAX_ARGS_SIZE 64
 
-/* 
+/*
  * Structure used for checkpointing the doorbell mappings. It is
  * written to the checkpoint as is, so changing this structure will
  * break checkpoint compatibility.