summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/echo.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-08-30 07:36:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:25 -0500
commitf891ff694b84304ba34ec3b6367e52b30d77be59 (patch)
tree25a5a62114ba4fac9cfc46e109a7dc02f3e75095 /source4/librpc/idl/echo.idl
parent833a896f56db2f62aac88b68312ff51f753d4ffe (diff)
downloadsamba-f891ff694b84304ba34ec3b6367e52b30d77be59.tar.gz
samba-f891ff694b84304ba34ec3b6367e52b30d77be59.tar.bz2
samba-f891ff694b84304ba34ec3b6367e52b30d77be59.zip
r2105: added a TestSleep() operation to the echo pipe and extended the
RPC-ECHO test to use it to test asynchronous rpc operations. (This used to be commit a5eb6cad5050928fab593e1f9a82fbfba589120c)
Diffstat (limited to 'source4/librpc/idl/echo.idl')
-rw-r--r--source4/librpc/idl/echo.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl
index 85b86c310e..f8cc734513 100644
--- a/source4/librpc/idl/echo.idl
+++ b/source4/librpc/idl/echo.idl
@@ -88,4 +88,8 @@ interface rpcecho
[in] uint16 level,
[out,switch_is(level)] echo_Info *info
);
+
+ uint32 echo_TestSleep(
+ [in] uint32 seconds
+ );
}