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
47e7f9ac
Commit
47e7f9ac
authored
Sep 19, 2011
by
antirez
Browse files
Comment out things in bio.c that are currently not useful but that may be useful in the future.
parent
77ca5fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bio.c
View file @
47e7f9ac
...
...
@@ -153,6 +153,11 @@ unsigned long long bioPendingJobsOfType(int type) {
return
val
;
}
#if 0 /* We don't use the following code for now, and bioWaitPendingJobsLE
probably needs a rewrite using conditional variables instead of the
current implementation. */
/* Wait until the number of pending jobs of the specified type are
* less or equal to the specified number.
*
...
...
@@ -200,3 +205,4 @@ time_t bioOlderJobOfType(int type) {
return time;
}
#endif
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