From: VMware, Inc <> Date: Wed, 24 Feb 2010 22:17:23 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.02.23-236320~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ff1c71b85baa9d3dca191ed89143fde3630b6f;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 9b826ff9b..68f622b2e 100644 --- a/open-vm-tools/lib/include/vix.h +++ b/open-vm-tools/lib/include/vix.h @@ -215,6 +215,7 @@ enum { VIX_E_SNAPSHOT_MAXSNAPSHOTS = 13019, VIX_E_SNAPSHOT_MIN_FREE_SPACE = 13020, VIX_E_SNAPSHOT_HIERARCHY_TOODEEP = 13021, + VIX_E_SNAPSHOT_RRSUSPEND = 13022, /* Host Errors */ VIX_E_HOST_DISK_INVALID_VALUE = 14003,