1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-01-04 10:19:18 -06:00

inc: fsctl: UmFileNodeIsUserContext2

This commit is contained in:
Bill Zissimopoulos
2016-09-21 10:40:18 -07:00
parent 76aabecbfb
commit 3ce490d405
7 changed files with 65 additions and 70 deletions

View File

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