summaryrefslogtreecommitdiff
path: root/src/fuse_i.h
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2006-08-04 00:45:35 +0000
committerStefan Siegl <stesie@brokenpipe.de>2006-08-04 00:45:35 +0000
commit2c6df679a905af1e2ac627138078a7069ada5c76 (patch)
tree90fb850beba6c40dfc070b584b2497a87b448eed /src/fuse_i.h
parentea03092a6c07eaeeb456a1ed845ebf62d81ec314 (diff)
added -f switch, to force foreground operation, unless started using settrans
Diffstat (limited to 'src/fuse_i.h')
-rw-r--r--src/fuse_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fuse_i.h b/src/fuse_i.h
index 85e320b1a..16589129b 100644
--- a/src/fuse_i.h
+++ b/src/fuse_i.h
@@ -123,6 +123,9 @@ struct _libfuse_params {
/* whether to disable multithreading (if using fuse_main) */
unsigned disable_mt : 1;
+ /* whether to fork to background or not (if started without settrans) */
+ unsigned foreground : 1;
+
/* the uid and gid to set and which umask to apply (if bitfields are set) */
uid_t uid;
gid_t gid;