From 12b8b1b32a213ca6f3f56314e5285977240b8398 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 20 Sep 2013 22:27:33 +0200 Subject: [PATCH] librpc/idl/echo.idl new idl end TestBytePipeIn --- librpc/idl/echo.idl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/librpc/idl/echo.idl b/librpc/idl/echo.idl index 8d687d7a1499..ff60b86afe2b 100644 --- a/librpc/idl/echo.idl +++ b/librpc/idl/echo.idl @@ -128,17 +128,20 @@ interface rpcecho typedef pipe uint8 echo_BytePipe; uint32 echo_TestBytePipeIn( - [in] uint32 count, + [in] uint32 num_chunks, + [in] uint32 chunk_size, [in,ref] echo_BytePipe *in_pipe ); uint32 echo_TestBytePipeOut( - [in] uint32 count, + [in] uint32 num_chunks, + [in] uint32 chunk_size, [out,ref] echo_BytePipe *out_pipe ); uint32 echo_TestBytePipeInOut( - [in] uint32 count, + [in] uint32 num_chunks, + [in] uint32 chunk_size, [in,out,ref] echo_BytePipe *out_pipe ); } -- 2.34.1