From: VMware, Inc <> Date: Thu, 17 Jun 2010 22:36:53 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.06.16-268169~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8f0cc2ff4310b55faec3608ceeaed5393b4175;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/vm_product.h b/open-vm-tools/lib/include/vm_product.h index 782ea8dc9..08d1fea1c 100644 --- a/open-vm-tools/lib/include/vm_product.h +++ b/open-vm-tools/lib/include/vm_product.h @@ -136,6 +136,8 @@ #define PRODUCT_VDM_CLIENT_NAME MAKE_NAME("View Client") #define PRODUCT_VDM_CLIENT_NAME_FOR_LICENSE PRODUCT_VDM_CLIENT_NAME +#define PRODUCT_RMKSCONTAINER_NAME MAKE_NAME("Remote MKS Container") + // XXX VMvisor is the underlying technology for possibly several products, // XXX not the product. Fix when names are decided. // #define PRODUCT_VMVISOR_NAME MAKE_NAME("VMvisor")