]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Remove unused VMCID definitions
authorVMware, Inc <>
Wed, 24 Feb 2010 21:10:48 +0000 (13:10 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Wed, 24 Feb 2010 21:10:48 +0000 (13:10 -0800)
The VMCI user level daemon was removed a year back or so, but
a few definitions escaped this removal. Remove them since they
are unused.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/shared/vmci_iocontrols.h

index 0e8043e67a855001e5ccd4543d75a6d35d8f72fc..be94b3bdd368ad510cf2fde44d4f9c0b6b55432a 100644 (file)
@@ -530,33 +530,6 @@ typedef struct VMCISetNotifyInfo {
    uint32      _pad;
 } VMCISetNotifyInfo;
 
-/* User space daemon command numbers. */
-typedef enum VMCIDRequestType {
-    VMCID_REQ_NEW_PAGE_STORE,
-    VMCID_REQ_FREE_PAGE_STORE,
-    VMCID_REQ_ATTACH_PAGE_STORE,
-    VMCID_REQ_DETACH_PAGE_STORE,
-} VMCIDRequestType;
-
-#define VMCI_VMCID_INVALID_REQ  CONST64U(-1)
-
-/* Used to pass requests/responses to the user space daemon. */
-typedef struct VMCIDRpc {
-    uint64           reqId;
-    uint32           reqType;
-    uint32           reqResult;
-    /* Passing page file names */
-    VA64             producePageFile; /* User VA. */
-    VA64             consumePageFile; /* User VA. */
-    uint64           producePageFileSize; /* Size of the file name array. */
-    uint64           consumePageFileSize; /* Size of the file name array. */
-    /* Used for attach/detach */
-    VA64             produceVA;
-    VA64             consumeVA;
-    uint64           numProducePages;
-    uint64           numConsumePages;
-} VMCIDRpc;
-
 #ifdef __APPLE__
 /*
  * Mac OS ioctl definitions.