diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 16:33:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:32 +0100 |
commit | d2cc4e63c570633c387f72cb977e3adcfc3a7ce8 (patch) | |
tree | 83d8886c933899a11a4e4a64e3e9b6a4dac27f6e /source3/librpc/idl | |
parent | 8859e9a9042d94e73257137ae57b55ef418590cb (diff) | |
download | samba-d2cc4e63c570633c387f72cb977e3adcfc3a7ce8.tar.gz samba-d2cc4e63c570633c387f72cb977e3adcfc3a7ce8.tar.bz2 samba-d2cc4e63c570633c387f72cb977e3adcfc3a7ce8.zip |
s4-srvsvc: merge srvsvc_NetTransportEnum from s3 idl.
Guenther
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/srvsvc.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/librpc/idl/srvsvc.idl b/source3/librpc/idl/srvsvc.idl index f917065b09..4304dbed96 100644 --- a/source3/librpc/idl/srvsvc.idl +++ b/source3/librpc/idl/srvsvc.idl @@ -1291,12 +1291,16 @@ import "security.idl", "svcctl.idl"; [default]; } srvsvc_NetTransportCtr; + typedef struct { + uint32 level; + [switch_is(level)] srvsvc_NetTransportCtr ctr; + } srvsvc_NetTransportInfoCtr; + /******************/ /* Function: 0x1a */ WERROR srvsvc_NetTransportEnum( [in,unique] [string,charset(UTF16)] uint16 *server_unc, - [in,out,ref] uint32 *level, - [in,out,ref,switch_is(*level)] srvsvc_NetTransportCtr *transports, + [in,out,ref] srvsvc_NetTransportInfoCtr *transports, [in] uint32 max_buffer, [out,ref] uint32 *totalentries, [in,out,unique] uint32 *resume_handle |