diff options
author | Stefan Siegl <stesie@brokenpipe.de> | 2006-08-04 00:45:35 +0000 |
---|---|---|
committer | Stefan Siegl <stesie@brokenpipe.de> | 2006-08-04 00:45:35 +0000 |
commit | 2c6df679a905af1e2ac627138078a7069ada5c76 (patch) | |
tree | 90fb850beba6c40dfc070b584b2497a87b448eed /src/fuse_i.h | |
parent | ea03092a6c07eaeeb456a1ed845ebf62d81ec314 (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.h | 3 |
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; |