]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Tue, 24 Aug 2010 18:35:42 +0000 (11:35 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 24 Aug 2010 18:35:42 +0000 (11:35 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/productState.h

index cf6be39c6953dd2a79d7652e2cd8bd61c642aada..9d837c0aea428320a003f55e94c8d5f4ad8cef07 100644 (file)
@@ -69,14 +69,13 @@ typedef enum {
 /*
  * Public functions.
  *
- * It is not generally safe to cache returned const pointers; if a caller
- * wants to cache a value, they should copy it.
+ * PR 567850
+ * ProductState_Set should only be called once. Subsequent calls will be ignored.
  */
 
 void ProductState_Set(Product product, const char *name, const char *version,
                       unsigned int buildNumber, ProductCaps capabilities,
                       const char *licenseName, const char *licenseVersion);
-void ProductState_Reset(void);
 
 Product ProductState_GetProduct(void);
 Bool ProductState_IsProduct(ProductMask product);