diff options
author | Magnus Ahltorp <map@kth.se> | 2016-06-10 15:36:29 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2016-06-10 15:36:29 +0200 |
commit | 55e10be3a33d1858f07fd61e046c70d0b21fb5e9 (patch) | |
tree | 06a5eb5b1f0c52e782ac6ec8ebf615daaa5d0a3f /c_src/filebuffer.h | |
parent | 9869c3d4b398d6c19796ff5e4503060ba35568de (diff) |
Lock permdb database files with flockcatlfish-76
Diffstat (limited to 'c_src/filebuffer.h')
-rw-r--r-- | c_src/filebuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |