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:
parent
2ccf5f67a5
commit
42b403c19f
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user