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;
};