From 7ee2babcfe2ffb956a9013a2364c038021b77ae3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 19 Jul 2005 09:28:13 +0000 Subject: r8587: - fixed ref allocation in irpc replies - make every irpc server support the irpc_uptime() call (This used to be commit eee90448268b9f673cc43076ad87529aa80d17ae) --- source4/librpc/idl/irpc.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/irpc.idl b/source4/librpc/idl/irpc.idl index 3ecbc11d58..dabf278e73 100644 --- a/source4/librpc/idl/irpc.idl +++ b/source4/librpc/idl/irpc.idl @@ -22,6 +22,10 @@ NTSTATUS status; } irpc_header; + /****************************************************** + uptime call - supported by all messaging servers + *******************************************************/ + void irpc_uptime([out,ref] NTTIME *start_time); /****************************************************** management calls for the nbt server -- cgit