From: VMware, Inc <> Date: Thu, 18 Nov 2010 22:06:32 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.11.17-327185~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=679ff02d81a16c70e0ebeaddc79876149c291f37;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/conf.h b/open-vm-tools/lib/include/conf.h index 42fccbfa8..a2646b7a3 100644 --- a/open-vm-tools/lib/include/conf.h +++ b/open-vm-tools/lib/include/conf.h @@ -119,6 +119,13 @@ */ #define CONFNAME_UNITY_ENABLEPBRPC "pbrpc.enable" +/** + * Lets users configure the socket type for the PBRPC Services + */ +#define CONFNAME_UNITY_PBRPCSOCKETTYPE "pbrpc.socketType" +#define CONFNAME_UNITY_PBRPCSOCKETTYPE_IPSOCKET "ipsocket" +#define CONFNAME_UNITY_PBRPCSOCKETTYPE_VSOCKET "vsocket" + /* * END Unity goodies. ******************************************************************************