From: VMware, Inc <> Date: Mon, 26 Apr 2010 18:42:17 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.04.25-253928~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4412760ff7ac7e97fd6bb903fc57f0a3007dc0;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/vix.h b/open-vm-tools/lib/include/vix.h index 68f622b2e..46b6f7a47 100644 --- a/open-vm-tools/lib/include/vix.h +++ b/open-vm-tools/lib/include/vix.h @@ -216,6 +216,7 @@ enum { VIX_E_SNAPSHOT_MIN_FREE_SPACE = 13020, VIX_E_SNAPSHOT_HIERARCHY_TOODEEP = 13021, VIX_E_SNAPSHOT_RRSUSPEND = 13022, + VIX_E_SNAPSHOT_NOT_REVERTABLE = 13024, /* Host Errors */ VIX_E_HOST_DISK_INVALID_VALUE = 14003, diff --git a/open-vm-tools/lib/include/vm_version.h b/open-vm-tools/lib/include/vm_version.h index c95a932db..32c0b9b2b 100644 --- a/open-vm-tools/lib/include/vm_version.h +++ b/open-vm-tools/lib/include/vm_version.h @@ -222,7 +222,6 @@ #define VMLS_VERSION "e.x.p" #define VLICENSE_VERSION "1.1.2" #define DDK_VERSION "e.x.p" -#define VIM_API_VERSION "5.0" #define VIPERL_VERSION "1.1.0" #define RCLI_VERSION "4.5.0" #define VDM_VERSION "e.x.p"