mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 08:11:03 +00:00
Use mstime_t as return value of mstime().
This commit is contained in:
parent
02b1d5213d
commit
a83e79b176
@ -398,7 +398,7 @@ long long ustime(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Return the UNIX time in milliseconds */
|
/* Return the UNIX time in milliseconds */
|
||||||
long long mstime(void) {
|
mstime_t mstime(void) {
|
||||||
return ustime()/1000;
|
return ustime()/1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user