From 5ba76d616a2f5924e8ad7fdeb806f5bfa0c82e94 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Fri, 10 Jun 2016 15:36:29 +0200 Subject: Lock permdb database files with flock --- c_src/filebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_src/filebuffer.h') diff --git a/c_src/filebuffer.h b/c_src/filebuffer.h index 05c656e..f24d86a 100644 --- a/c_src/filebuffer.h +++ b/c_src/filebuffer.h @@ -9,7 +9,7 @@ typedef struct buffered_file buffered_file; buffered_file * -bf_open(const char *path, int flags, const char *name); +bf_open(const char *path, int flags, const char *name, int lock); void bf_close(buffered_file *file); void -- cgit v1.1