dll: fuse: add ThreadCount option

This commit is contained in:
Bill Zissimopoulos
2018-04-23 15:35:30 -07:00
parent 498ab91123
commit 382599e38f
2 changed files with 6 additions and 1 deletions

View File

@ -39,6 +39,7 @@ struct fuse
int set_uid, uid;
int set_gid, gid;
int rellinks;
unsigned ThreadCount;
struct fuse_operations ops;
void *data;
unsigned conn_want;