X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconfig.h;h=22140f203936af25076dc475185fcbaa6c68cd1f;hb=1d8112cb590e458baa899805908a8ac910f58163;hp=72be2f98826d12a36d59e313ce0daf69aae180d9;hpb=0b49b79a9debe807b2db229bac32a273e2e961b3;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;