Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a83e79b1
Commit
a83e79b1
authored
Jul 28, 2015
by
antirez
Browse files
Use mstime_t as return value of mstime().
parent
02b1d521
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
a83e79b1
...
...
@@ -398,7 +398,7 @@ long long ustime(void) {
}
/* Return the UNIX time in milliseconds */
long
long
mstime
(
void
)
{
mstime_t
mstime
(
void
)
{
return
ustime
()
/
1000
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment