summaryrefslogtreecommitdiff
path: root/src/bio.h
diff options
context:
space:
mode:
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 3a44c3510..52c80fdb6 100644
--- a/src/bio.h
+++ b/src/bio.h
@@ -36,7 +36,7 @@ typedef void lazy_free_fn(void *args[]);
void bioInit(void);
unsigned long bioPendingJobsOfType(int type);
void bioKillThreads(void);
-void bioCreateCloseJob(int fd, int need_fsync);
+void bioCreateCloseJob(int fd, int need_fsync, int need_reclaim_cache);
void bioCreateFsyncJob(int fd);
void bioCreateLazyFreeJob(lazy_free_fn free_fn, int arg_count, ...);