From: VMware, Inc <> Date: Thu, 17 Jun 2010 21:21:31 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.06.16-268169~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e91aeaede040d88364775235eff3d11f4e20579;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/lib/include/vmci_defs.h b/open-vm-tools/lib/include/vmci_defs.h index 63a1d4274..55388f162 100644 --- a/open-vm-tools/lib/include/vmci_defs.h +++ b/open-vm-tools/lib/include/vmci_defs.h @@ -265,6 +265,7 @@ static const VMCIHandle VMCI_INVALID_HANDLE = {VMCI_INVALID_ID, #define VMCI_ERROR_QUEUEPAIR_NODATA (-36) #define VMCI_ERROR_BUSMEM_INVALIDATION (-37) #define VMCI_ERROR_MODULE_NOT_LOADED (-38) +#define VMCI_ERROR_DEVICE_NOT_FOUND (-39) /* VMCI clients should return error code withing this range */ #define VMCI_ERROR_CLIENT_MIN (-500) diff --git a/open-vm-tools/modules/linux/shared/vmci_defs.h b/open-vm-tools/modules/linux/shared/vmci_defs.h index 07861ce3a..cae06dd74 100644 --- a/open-vm-tools/modules/linux/shared/vmci_defs.h +++ b/open-vm-tools/modules/linux/shared/vmci_defs.h @@ -265,6 +265,7 @@ static const VMCIHandle VMCI_INVALID_HANDLE = {VMCI_INVALID_ID, #define VMCI_ERROR_QUEUEPAIR_NODATA (-36) #define VMCI_ERROR_BUSMEM_INVALIDATION (-37) #define VMCI_ERROR_MODULE_NOT_LOADED (-38) +#define VMCI_ERROR_DEVICE_NOT_FOUND (-39) /* VMCI clients should return error code withing this range */ #define VMCI_ERROR_CLIENT_MIN (-500)