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
44690ab1
Commit
44690ab1
authored
Sep 13, 2011
by
antirez
Browse files
make bio_list static as well
parent
a72c0423
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bio.c
View file @
44690ab1
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
static
pthread_mutex_t
bio_mutex
;
static
pthread_mutex_t
bio_mutex
;
static
pthread_cond_t
bio_condvar
;
static
pthread_cond_t
bio_condvar
;
list
*
bio_jobs
;
static
list
*
bio_jobs
;
/* This structure represents a background Job. It is only used locally to this
/* This structure represents a background Job. It is only used locally to this
* file as the API deos not expose the internals at all. */
* file as the API deos not expose the internals at all. */
...
...
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