add FUSE support for VolumeLabel via "volname" option

* closes #64
This commit is contained in:
Sam Kelly
2017-03-19 00:08:28 -04:00
parent 83cd3cab99
commit c085a91991
3 changed files with 18 additions and 2 deletions

View File

@ -48,6 +48,7 @@ struct fuse
PWSTR MountPoint;
FSP_FILE_SYSTEM *FileSystem;
FSP_SERVICE *Service; /* weak */
WCHAR VolumeLabel[32];
};
struct fsp_fuse_context_header