mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Fix unidentical function declaration in bio.c. lazyfree.c: lazyfreeFreeSlotsMapFromBioThread (#7228)
This commit is contained in:
parent
589e610ebc
commit
5dd499c6d4
@ -86,7 +86,7 @@ struct bio_job {
|
|||||||
void *bioProcessBackgroundJobs(void *arg);
|
void *bioProcessBackgroundJobs(void *arg);
|
||||||
void lazyfreeFreeObjectFromBioThread(robj *o);
|
void lazyfreeFreeObjectFromBioThread(robj *o);
|
||||||
void lazyfreeFreeDatabaseFromBioThread(dict *ht1, dict *ht2);
|
void lazyfreeFreeDatabaseFromBioThread(dict *ht1, dict *ht2);
|
||||||
void lazyfreeFreeSlotsMapFromBioThread(zskiplist *sl);
|
void lazyfreeFreeSlotsMapFromBioThread(rax *rt);
|
||||||
|
|
||||||
/* Make sure we have enough stack to perform all the things we do in the
|
/* Make sure we have enough stack to perform all the things we do in the
|
||||||
* main thread. */
|
* main thread. */
|
||||||
|
Loading…
Reference in New Issue
Block a user