diff options
Diffstat (limited to 'source4/include/smb.h')
-rw-r--r-- | source4/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h index a616f94ea15..fe277ebb999 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -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}; |