From b9956de1b1319f1869efa79d76674484b7f41166 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2004 16:31:00 +0000 Subject: r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nicely :-) The various interface that support ncalrpc work nicely when tested with smbtorture and ncalrpc. Running RPC-SAMR against local smbd here is slightly faster using ncalrpc: ncalrpc: 1.8 sec ncacn_ip_tcp: 1.9 sec ncacn_np: 2.5 sec (This used to be commit 2cfc8f24ce209f47153d3a5bd7007dd1b0578b26) --- source4/librpc/idl/epmapper.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc/idl/epmapper.idl') diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index e0d79a0fe1..cd70ca4431 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -36,6 +36,7 @@ interface epmapper const string NDR_GUID_VERSION = 2; const uint32 EPMAPPER_PORT = 135; + const string EPMAPPER_IDENTIFIER = "EPMAPPER"; typedef struct { GUID uuid; -- cgit