X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconfig.h;h=e4c3b33d77f383ac2d89e0f53d5ff2235502ffb4;hb=c4bf633211b0424492b5a3937d6a6d2e0d79a4cf;hp=10c6f6548f6c78e2c3d1d0dd0c69f48c0a01161f;hpb=1aef93f0ed9d05fe4825ff635d49f37d89c2a70c;p=libucw.git diff --git a/lib/config.h b/lib/config.h index 10c6f654..e4c3b33d 100644 --- a/lib/config.h +++ b/lib/config.h @@ -37,7 +37,8 @@ typedef uint64_t u64; /* exactly 64 bits, unsigned */ typedef int64_t s64; /* exactly 64 bits, signed */ typedef unsigned int uns; /* at least 32 bits */ -typedef u32 sh_time_t; /* Timestamp */ +typedef u32 sh_time_t; /* seconds since UNIX epoch */ +typedef s64 timestamp_t; /* milliseconds since UNIX epoch */ #ifdef CONFIG_LARGE_FILES /* File positions */ typedef s64 sh_off_t;