echo.idl...
authorStefan Metzmacher <metze@samba.org>
Wed, 25 Sep 2013 03:25:19 +0000 (05:25 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 11:15:20 +0000 (13:15 +0200)
librpc/idl/echo.idl

index 038a0a0874d74a54203b30983e9b2525f406bb0a..8d687d7a1499741d38b875d1e3a76e8190b2d466 100644 (file)
@@ -126,16 +126,20 @@ 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_StructPipe *sp,
-               [in,ref] echo_BytePipe *bp
+
+       uint32 echo_TestBytePipeIn(
+               [in] uint32 count,
+               [in,ref] echo_BytePipe *in_pipe
+       );
+
+       uint32 echo_TestBytePipeOut(
+               [in] uint32 count,
+               [out,ref] echo_BytePipe *out_pipe
+       );
+
+       uint32 echo_TestBytePipeInOut(
+               [in] uint32 count,
+               [in,out,ref] echo_BytePipe *out_pipe
        );
 }
 #if 0