dll: fuse: implement fuse_exited

This commit is contained in:
Bill Zissimopoulos
2017-05-16 23:26:18 -07:00
parent 8ec7285d32
commit f6853114c1
3 changed files with 17 additions and 0 deletions

View File

@ -50,6 +50,7 @@ struct fuse
PWSTR MountPoint;
FSP_FILE_SYSTEM *FileSystem;
FSP_SERVICE *Service; /* weak */
volatile int exited;
};
struct fsp_fuse_context_header