diff options
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; |