viced: Don't use fasttime
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 24 May 2012 09:55:07 +0000 (10:55 +0100)
committerDerrick Brashear <shadow@dementix.org>
Tue, 4 Sep 2012 13:52:52 +0000 (06:52 -0700)
commitc2d724dc5b849340f37bb2af9d3f139c72903621
treeb8432825ec97926573098a4f3cf6b53ed31791cf
parent14141123da0c098fc168772277b14f114bf4af5d
viced: Don't use fasttime

For pthreaded builds, the FT_ routines are just wrappers around
gettimeofday() and time(). As viced is now an entirely pthreaded
directory, improve readibility, and reduce our dependencies, by
just calling the operating system routines directly.

Change-Id: I3812ac31bc5eb7d2fcbe47d037d4af3d489d3b81
Reviewed-on: http://gerrit.openafs.org/8029
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/viced/afsfileprocs.c
src/viced/callback.c
src/viced/fsstats.c
src/viced/host.c
src/viced/serialize_state.c
src/viced/viced.c