opr: Add simple time type
authorSimon Wilkinson <sxw@your-file-system.com>
Tue, 15 May 2012 15:45:57 +0000 (16:45 +0100)
committerDerrick Brashear <shadow@dementix.org>
Thu, 14 Jun 2012 22:23:02 +0000 (15:23 -0700)
commit4660b53e69fd65ba961e62bed1a1c126e375011c
tree6427758801aa7085d70ab4d6cb7ef5aafd6d46be
parentba300e35a5c17730dabde735385222d7e12a4bbc
opr: Add simple time type

Add a simple time type to the opr library, which provides helper
routines to implement the 100ns time format selected for on-the-wire
use for AFS-3 (this also provides a handy single integer internal
time format)

Change-Id: I1f2d81e61a3e4124e0dd49830a115b72d7a7b37f
Reviewed-on: http://gerrit.openafs.org/7559
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/opr/Makefile.in
src/opr/NTMakefile
src/opr/opr_time.h [new file with mode: 0644]
tests/TESTS
tests/opr/.gitignore
tests/opr/Makefile.in
tests/opr/time-t.c [new file with mode: 0644]