Commit 44690ab1 authored by antirez's avatar antirez
Browse files

make bio_list static as well

parent a72c0423
...@@ -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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment