From: Stefan Metzmacher Date: Tue, 8 Mar 2011 15:05:03 +0000 (+0100) Subject: librpc/idl/echo.idl echo_StructPipe ... X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=7027fcd8c0d903646d84cc02442560783b1b934d librpc/idl/echo.idl echo_StructPipe ... --- diff --git a/librpc/idl/echo.idl b/librpc/idl/echo.idl index a89d70ef5d02..038a0a0874d7 100644 --- a/librpc/idl/echo.idl +++ b/librpc/idl/echo.idl @@ -126,10 +126,16 @@ interface rpcecho uint16 echo_TestDoublePointer([in] uint16 ***data); typedef pipe uint8 echo_BytePipe; - +/* typedef struct { + uint32 *ptr; + uint8 *a; + } echo_Struct; + typedef pipe echo_Struct echo_StructPipe; +*/ uint32 echo_BytePipeIn( [in] uint32 value, - [in,ref] echo_BytePipe *p + // [in,ref] echo_StructPipe *sp, + [in,ref] echo_BytePipe *bp ); } #if 0