1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-27 06:19:48 -06:00

dll: fuseintf: Open, Close implementation

This commit is contained in:
Bill Zissimopoulos
2016-06-09 16:14:08 -07:00
parent a9868ba883
commit bc777f2d91
2 changed files with 23 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ struct fsp_fuse_context_header
struct fsp_fuse_file_desc
{
char *PosixPath;
BOOLEAN IsDirectory;
int OpenFlags;
UINT64 FileHandle;
};