X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fconfig.h;h=22140f203936af25076dc475185fcbaa6c68cd1f;hb=dd75207a4704b75d36e1a7afbc4ad81c1380d8df;hp=72be2f98826d12a36d59e313ce0daf69aae180d9;hpb=5ff0a5b047624c8f215da9cd6c7182d609fcbd01;p=libucw.git diff --git a/lib/config.h b/lib/config.h index 72be2f98..22140f20 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;