mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
make bio_list static as well
This commit is contained in:
parent
b147cb9e1a
commit
d47ded66ce
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user