dll: fuse: implementation checkpoint

This commit is contained in:
Bill Zissimopoulos
2016-06-09 16:03:40 -07:00
parent 9d42c625cc
commit a9868ba883
2 changed files with 41 additions and 16 deletions

View File

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