diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-19 09:28:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:42 -0500 |
commit | 7ee2babcfe2ffb956a9013a2364c038021b77ae3 (patch) | |
tree | 7b2821e632fb05ce2617c909ec6ab938e7762584 /source4/librpc/idl | |
parent | ea39a55deabe06a2833bcae6f0ced7f8454d6c78 (diff) | |
download | samba-7ee2babcfe2ffb956a9013a2364c038021b77ae3.tar.gz samba-7ee2babcfe2ffb956a9013a2364c038021b77ae3.tar.bz2 samba-7ee2babcfe2ffb956a9013a2364c038021b77ae3.zip |
r8587: - fixed ref allocation in irpc replies
- make every irpc server support the irpc_uptime() call
(This used to be commit eee90448268b9f673cc43076ad87529aa80d17ae)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/irpc.idl | 4 |
1 files changed, 4 insertions, 0 deletions
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 |