From bd7661b82698c88f08cb82e57cc229cd9df8a3d4 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 23 Jul 2004 17:16:29 +0000 Subject: clean up mount option passing --- lib/fuse_i.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 8942d74..58c0a41 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -10,6 +10,16 @@ #include #include +/* FUSE flags: */ + +/** Enable debuging output */ +#define FUSE_DEBUG (1 << 1) + +/** If a file is removed but it's still open, don't hide the file but + remove it immediately */ +#define FUSE_HARD_REMOVE (1 << 2) + + typedef unsigned long fino_t; struct node { -- cgit v1.2.3