rpc echo.idl...
authorStefan Metzmacher <metze@samba.org>
Sat, 2 Oct 2010 00:10:43 +0000 (02:10 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 11:15:20 +0000 (13:15 +0200)
librpc/idl/echo.idl

index bf1e318674988ec3a6260b7ab64b8169fe4ed98d..6418f3e3d89e9e7a9b2381eb1b705cd0d486a782 100644 (file)
@@ -124,4 +124,11 @@ interface rpcecho
        );
 
        uint16 echo_TestDoublePointer([in] uint16 ***data);
+
+       typedef pipe uint8 echo_BytePipe;
+
+       uint32 echo_BytePipeIn(
+               [in] uint32 value,
+               [in,ref] echo_BytePipe *p
+       );
 }