librpc/idl/echo.idl echo_StructPipe ...
authorStefan Metzmacher <metze@samba.org>
Tue, 8 Mar 2011 15:05:03 +0000 (16:05 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 11:15:20 +0000 (13:15 +0200)
librpc/idl/echo.idl

index a89d70ef5d02ccd2b5bc1b3231f24c2f51c9b876..038a0a0874d74a54203b30983e9b2525f406bb0a 100644 (file)
@@ -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