dll: fuse3: testing

This commit is contained in:
Bill Zissimopoulos
2018-07-25 10:04:23 -07:00
parent 6932d42039
commit 4a653a8bc0
2 changed files with 5 additions and 7 deletions

View File

@ -56,12 +56,12 @@ struct fuse
FSP_FILE_SYSTEM *FileSystem;
FSP_SERVICE *Service; /* weak */
volatile int exited;
struct fuse3 *fuse3;
};
struct fsp_fuse_context_header
{
char *PosixPath;
struct fuse3 *fuse3;
__declspec(align(MEMORY_ALLOCATION_ALIGNMENT)) UINT8 ContextBuf[];
};