diff options
Diffstat (limited to 'example/passthrough_hp.cc')
-rw-r--r-- | example/passthrough_hp.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc index 1ee5352..96201d6 100644 --- a/example/passthrough_hp.cc +++ b/example/passthrough_hp.cc @@ -1361,6 +1361,8 @@ int main(int argc, char *argv[]) { if (fs.num_threads != -1) fuse_loop_cfg_set_idle_threads(loop_config, fs.num_threads); + fuse_loop_cfg_set_clone_fd(loop_config, fs.clone_fd); + if (fuse_session_mount(se, argv[2]) != 0) goto err_out3; |