diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-24 22:45:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-21 23:35:26 +0200 |
commit | 44fbd895e83cb92b462782b73954b4294d46428b (patch) | |
tree | 23d7b8ed5eb0e3822a4a70284bb6c70e35854ea5 /source3/include | |
parent | 36e94197d0653fe98518ce5813bfe3f9f13d13f0 (diff) | |
download | samba-44fbd895e83cb92b462782b73954b4294d46428b.tar.gz samba-44fbd895e83cb92b462782b73954b4294d46428b.tar.bz2 samba-44fbd895e83cb92b462782b73954b4294d46428b.zip |
Compile endpoint mapper pidl output
(This used to be commit fe8f9e427af3eb42d63fde96c4fe20a255facb95)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_client.h | 1 | ||||
-rw-r--r-- | source3/include/smb.h | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/source3/include/rpc_client.h b/source3/include/rpc_client.h index ce0c932981..4d1b1a77d1 100644 --- a/source3/include/rpc_client.h +++ b/source3/include/rpc_client.h @@ -35,6 +35,7 @@ #include "librpc/gen_ndr/cli_netlogon.h" #include "librpc/gen_ndr/cli_dssetup.h" #include "librpc/gen_ndr/cli_ntsvcs.h" +#include "librpc/gen_ndr/cli_epmapper.h" #define prs_init_empty( _ps_, _ctx_, _io_ ) (void) prs_init((_ps_), 0, (_ctx_), (_io_)) diff --git a/source3/include/smb.h b/source3/include/smb.h index d6b026d013..02151043a6 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -189,6 +189,7 @@ typedef uint32 codepoint_t; #define PIPE_EPM "\\PIPE\\epmapper" #define PIPE_SVCCTL "\\PIPE\\svcctl" #define PIPE_EVENTLOG "\\PIPE\\eventlog" +#define PIPE_EPMAPPER "\\PIPE\\epmapper" #define PIPE_NETLOGON_PLAIN "\\NETLOGON" @@ -206,7 +207,8 @@ typedef uint32 codepoint_t; #define PI_SVCCTL 11 #define PI_EVENTLOG 12 #define PI_NTSVCS 13 -#define PI_MAX_PIPES 14 +#define PI_EPMAPPER 14 +#define PI_MAX_PIPES 15 /* 64 bit time (100usec) since ????? - cifs6.txt, section 3.5, page 30 */ typedef uint64_t NTTIME; @@ -307,6 +309,7 @@ extern const DATA_BLOB data_blob_null; #include "librpc/gen_ndr/netlogon.h" #include "librpc/gen_ndr/samr.h" #include "librpc/gen_ndr/dssetup.h" +#include "librpc/gen_ndr/epmapper.h" #include "librpc/gen_ndr/libnet_join.h" #include "librpc/gen_ndr/krb5pac.h" #include "librpc/gen_ndr/ntsvcs.h" |