1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.h

metze
This commit is contained in:
Stefan Metzmacher 2012-04-26 09:35:34 +02:00
parent 2ccf5f67a5
commit 42b403c19f
2 changed files with 3 additions and 3 deletions

View File

@ -216,6 +216,9 @@
#define SMB2_WRITEFLAG_WRITE_THROUGH 0x00000001
/* 2.2.31 SMB2 IOCTL Request */
#define SMB2_IOCTL_FLAG_IS_FSCTL 0x00000001
/*
* Flags for durable handle v2 requests
*/

View File

@ -2225,9 +2225,6 @@ enum smb_ioctl_level {
RAW_IOCTL_SMB2_NO_HANDLE
};
/* 2.2.31 SMB2 IOCTL Request */
#define SMB2_IOCTL_FLAG_IS_FSCTL 0x00000001
/*
union for ioctl() backend
*/