1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-15 09:06:03 -05:00

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
+1
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