tst: winfsp-tests: NFS reparse point testing

This commit is contained in:
Bill Zissimopoulos
2016-09-09 15:24:33 -07:00
parent 12b70f661f
commit 5dcbbaa4e7
2 changed files with 114 additions and 10 deletions

View File

@ -45,6 +45,7 @@ extern "C" {
*/
#if !defined(SYMLINK_FLAG_RELATIVE)
#define SYMLINK_FLAG_RELATIVE 1
#define REPARSE_DATA_BUFFER_HEADER_SIZE FIELD_OFFSET(REPARSE_DATA_BUFFER, GenericReparseBuffer)
typedef struct _REPARSE_DATA_BUFFER
{
ULONG ReparseTag;