r5195: most events don't need the time of the event, so save a gettimeofday() call
authorAndrew Tridgell <tridge@samba.org>
Thu, 3 Feb 2005 11:25:52 +0000 (11:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:30 +0000 (13:09 -0500)
commit236403cc4dc2924ed6a898acae0bb44cc1688dcc
tree51e2e6c43c3761801f3c33b856cdabb4547ddd77
parent26aa1aa69377e43da2942a42d137b95801e9fa1a
r5195: most events don't need the time of the event, so save a gettimeofday() call
and just use timeval_current() when its actually needed
16 files changed:
source/include/events.h
source/ldap_server/ldap_server.c
source/lib/events.c
source/lib/messaging/messaging.c
source/libcli/nbt/nbtsocket.c
source/libcli/raw/clisocket.c
source/libcli/raw/clitransport.c
source/libcli/resolve/host.c
source/librpc/rpc/dcerpc_sock.c
source/ntvfs/cifs/vfs_cifs.c
source/rpc_server/dcerpc_sock.c
source/smb_server/smb_server.c
source/smbd/service_stream.c
source/smbd/service_stream.h
source/torture/nbt/query.c
source/winbind/wb_server.c