Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
29a8c8d2
Commit
29a8c8d2
authored
Sep 03, 2010
by
antirez
Browse files
fix for the above fix
parent
7caf0591
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.c
View file @
29a8c8d2
...
@@ -9383,7 +9383,7 @@ static void vmThreadedIOCompletedJob(aeEventLoop *el, int fd, void *privdata,
...
@@ -9383,7 +9383,7 @@ static void vmThreadedIOCompletedJob(aeEventLoop *el, int fd, void *privdata,
REDIS_NOTUSED(mask);
REDIS_NOTUSED(mask);
REDIS_NOTUSED(privdata);
REDIS_NOTUSED(privdata);
if
(
privdata
=
=
NULL
)
trytoswap
=
0
;
/* check the comments above... */
if (privdata
!
= NULL) trytoswap = 0; /* check the comments above... */
/* For every byte we read in the read side of the pipe, there is one
/* For every byte we read in the read side of the pipe, there is one
* I/O job completed to process. */
* I/O job completed to process. */
...
...
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