diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-04-26 09:35:34 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-04-27 08:31:37 +0200 |
commit | 42b403c19fb74b1e38e12d19c12b2e6e3bfddc6e (patch) | |
tree | a81a63c35cc5be74c3fbd8d0496a2bbf0edb7705 /libcli | |
parent | 2ccf5f67a55d8ccc4a3120fe036174d5d66fba24 (diff) | |
download | samba-42b403c19fb74b1e38e12d19c12b2e6e3bfddc6e.tar.gz |
libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.h
metze
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/smb/smb2_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index fe681a3897..b472c76593 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -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 */ |