conn_tdb: change type of connections_data.start to NTTIME
commit7585f8d201f347864514c73ecdf418dab7717310
authorJule Anger <janger@samba.org>
Mon, 18 Jul 2022 09:33:12 +0000 (18 11:33 +0200)
committerJule Anger <janger@samba.org>
Mon, 8 Aug 2022 12:56:28 +0000 (8 12:56 +0000)
tree2ba8d0e4b2a1189259db17ebc9b17297994fc09a
parent963e158868116a5762693c3b1bbbbdfc902335a4
conn_tdb: change type of connections_data.start to NTTIME

connections_data.start previously had the type time_t, but time_t
only had a precision for seconds. NTTIME has a higer precision,
which is useful for debugging.

Signed-off-by: Jule Anger <janger@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/utils/conn_tdb.c
source3/utils/conn_tdb.h
source3/utils/net_status.c
source3/utils/status.c