r3081: several updates to ntvfs and server side async request handling in
[bbaumbach/samba-autobuild/.git] / source4 / include / smb.h
index a616f94ea154b68cff4300bf70fd3055d9439180..fe277ebb999cf16cda88461b751876578347c170 100644 (file)
@@ -609,6 +609,7 @@ typedef struct nt_user_token {
 /* a set of flags to control handling of request structures */
 #define REQ_CONTROL_LARGE     (1<<1) /* allow replies larger than max_xmit */
 #define REQ_CONTROL_ASYNC     (1<<2) /* the backend will answer this one later */
+#define REQ_CONTROL_MAY_ASYNC (1<<3) /* the backend is allowed to answer async */
 
 /* passed to br lock code */
 enum brl_type {READ_LOCK, WRITE_LOCK, PENDING_READ_LOCK, PENDING_WRITE_LOCK};