summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/echo.idl
diff options
context:
space:
mode:
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
+ );
}