projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Sentinel: sentinelRefreshInstanceInfo() comments improved a bit.
[redis.git]
/
src
/
rand.h
diff --git
a/src/rand.h
b/src/rand.h
index 8825196d2a20e5fde230b7434964ca8474d25af5..b4aae5668483cf6623b641b186fe655573df27a0 100644
(file)
--- a/
src/rand.h
+++ b/
src/rand.h
@@
-4,4
+4,6
@@
int32_t redisLrand48();
void redisSrand48(int32_t seedval);
+#define REDIS_LRAND48_MAX INT32_MAX
+
#endif