mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-05 01:18:18 +08:00
add setting of thread pool size
This commit is contained in:
@ -115,7 +115,7 @@ struct fuse_operations {
|
||||
*/
|
||||
int (*mknod) (const char *, mode_t, dev_t);
|
||||
|
||||
/** Create a directory
|
||||
/** Create a directory
|
||||
*
|
||||
* Note that the mode argument may not have the type specification
|
||||
* bits set, i.e. S_ISDIR(mode) can be false. To obtain the
|
||||
@ -696,6 +696,8 @@ int fuse_loop(struct fuse *f);
|
||||
*/
|
||||
void fuse_exit(struct fuse *f);
|
||||
|
||||
int fuse_config_num_threads(const struct fuse *f);
|
||||
|
||||
/**
|
||||
* FUSE event loop with multiple threads
|
||||
*
|
||||
|
Reference in New Issue
Block a user