dll: fuse: implementation checkpoint

This commit is contained in:
Bill Zissimopoulos
2016-06-09 12:50:53 -07:00
parent 90039ecd72
commit e222c3ae72
2 changed files with 29 additions and 4 deletions

View File

@ -41,6 +41,7 @@ struct fsp_fuse_context_header
{
FSP_FSCTL_TRANSACT_REQ *Request;
FSP_FSCTL_TRANSACT_RSP *Response;
char *PosixPath;
__declspec(align(MEMORY_ALLOCATION_ALIGNMENT)) UINT8 ContextBuf[];
};