summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-06-29 14:25:53 -0700
committerJeremy Allison <jra@samba.org>2012-06-30 04:10:02 +0200
commit5679ba10189aaa17023384be869ac600fa24a435 (patch)
tree58ae9aa2f4ee59a03601c54fd4512b052109f664 /source3/smbd/proto.h
parent6617c2c1f586b355950e41edb5ca655b4f6dca54 (diff)
downloadsamba-5679ba10189aaa17023384be869ac600fa24a435.tar.gz
samba-5679ba10189aaa17023384be869ac600fa24a435.tar.bz2
samba-5679ba10189aaa17023384be869ac600fa24a435.zip
Don't allow asynchronous creates to be canceled in SMB2.
Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Jun 30 04:10:02 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index f566b3258d..1b28c8b86b 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -616,6 +616,7 @@ bool open_match_attributes(connection_struct *conn,
mode_t *returned_unx_mode);
void remove_deferred_open_entry(struct file_id id, uint64_t mid,
struct server_id pid);
+bool is_deferred_open_async(const void *ptr);
NTSTATUS open_file_fchmod(connection_struct *conn,
struct smb_filename *smb_fname,
files_struct **result);