diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-26 11:32:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:18 -0500 |
commit | 316269a07523a421755158540d2f4e22fa312866 (patch) | |
tree | a0569bf07ccae14b213ab9bd63f8a44240427ffe /source4/librpc/idl | |
parent | e095d9e32ac4770ce8da5f96f143c46a1f803309 (diff) | |
download | samba-316269a07523a421755158540d2f4e22fa312866.tar.gz samba-316269a07523a421755158540d2f4e22fa312866.tar.bz2 samba-316269a07523a421755158540d2f4e22fa312866.zip |
r14739: keep the last request time for the smbsrv_connection,
smbsrv_session and smbsrv_tcon for management tools
metze
(This used to be commit 2c87f210e9e68de42dc45ca6532f3f33f4b6ce95)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/irpc.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/irpc.idl b/source4/librpc/idl/irpc.idl index f83816f2f2..5614608bd7 100644 --- a/source4/librpc/idl/irpc.idl +++ b/source4/librpc/idl/irpc.idl @@ -92,6 +92,7 @@ astring client_ip; NTTIME connect_time; NTTIME auth_time; + NTTIME last_use_time; } smbsrv_session_info; typedef struct { @@ -104,6 +105,7 @@ astring share_name; astring client_ip; NTTIME connect_time; + NTTIME last_use_time; } smbsrv_tcon_info; typedef struct { |