most events don't need the time of the event, so save a gettimeofday() call
authortridge <tridge@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Thu, 3 Feb 2005 11:25:52 +0000 (11:25 +0000)
committertridge <tridge@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Thu, 3 Feb 2005 11:25:52 +0000 (11:25 +0000)
commitf712e056c5142f295e20998829678036d0d2a986
tree6d5a60883763ab48606c797896081e9134f590e3
parentc94e3233277d404a61c06b638e097f3c99e2b0af
most events don't need the time of the event, so save a gettimeofday() call
and just use timeval_current() when its actually needed

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@5195 0c0555d6-39d7-0310-84fc-f1cc0bd64818
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