svn commit: samba r6557 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Sun May 1 10:18:58 GMT 2005


Author: tridge
Date: 2005-05-01 10:18:58 +0000 (Sun, 01 May 2005)
New Revision: 6557

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6557

Log:
make srvsvc available on ncalrpc and ncacn_ip_tcp so we can do each
comparitive benchmarks



Modified:
   branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl	2005-05-01 10:18:19 UTC (rev 6556)
+++ branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl	2005-05-01 10:18:58 UTC (rev 6557)
@@ -6,6 +6,7 @@
 
 [ uuid("4b324fc8-1670-01d3-1278-5a47bf6ee188"),
   version(3.0),
+  endpoint("ncacn_np:[\\pipe\\srvsvc]", "ncacn_ip_tcp:", "ncalrpc:"),
   pointer_default(unique),
   helpstring("Server Service"),
   depends(security,svcctl)



More information about the samba-cvs mailing list