]> git.saurik.com Git - redis.git/blobdiff - src/bio.h
Make bio.c threads killable ASAP if needed.
[redis.git] / src / bio.h
index 7c08a9b2959bce730d5318b15f272328b65490c9..85f03ad1af3af8290418322dbb2a36a56538f81f 100644 (file)
--- a/src/bio.h
+++ b/src/bio.h
@@ -33,6 +33,7 @@ void bioCreateBackgroundJob(int type, void *arg1, void *arg2, void *arg3);
 unsigned long long bioPendingJobsOfType(int type);
 void bioWaitPendingJobsLE(int type, unsigned long long num);
 time_t bioOlderJobOfType(int type);
+void bioKillThreads(void);
 
 /* Background job opcodes */
 #define REDIS_BIO_CLOSE_FILE    0 /* Deferred close(2) syscall. */