dll: fuse: allow opening of reparse points

This commit is contained in:
Bill Zissimopoulos
2016-09-13 14:36:40 -07:00
parent 2d3d92fb2d
commit 7401481d42
2 changed files with 31 additions and 1 deletions

View File

@ -60,7 +60,7 @@ struct fsp_fuse_context_header
struct fsp_fuse_file_desc
{
char *PosixPath;
BOOLEAN IsDirectory;
BOOLEAN IsDirectory, IsReparsePoint;
int OpenFlags;
UINT64 FileHandle;
PVOID DirBuffer;