summaryrefslogtreecommitdiff
path: root/src/bio.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-09-23 16:09:16 +0200
committerantirez <antirez@gmail.com>2015-10-01 13:02:25 +0200
commit4d50d691e3fa80c9b9aef5aa0498a0a92654b324 (patch)
tree91db4e7f6292c3870eabb999ecacbf933f7edfb7 /src/bio.h
parent5b850d7a09cd084c850ced9f6801dcb72835cabf (diff)
downloadredis-4d50d691e3fa80c9b9aef5aa0498a0a92654b324.tar.gz
bio.c: new API bioWaitStepOfType().
Diffstat (limited to 'src/bio.h')
-rw-r--r--src/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bio.h b/src/bio.h
index dc284e77e..eb3a2f5d8 100644
--- a/src/bio.h
+++ b/src/bio.h
@@ -31,7 +31,7 @@
void bioInit(void);
void bioCreateBackgroundJob(int type, void *arg1, void *arg2, void *arg3);
unsigned long long bioPendingJobsOfType(int type);
-void bioWaitPendingJobsLE(int type, unsigned long long num);
+unsigned long long bioWaitStepOfType(int type);
time_t bioOlderJobOfType(int type);
void bioKillThreads(void);