mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs modules
the idea is that a passthru module can use ntvfs_async_state_push() before calling ntvfs_next_*() and in the _send function it calls ntvfs_async_state_pop() and then call the upper layer send_fn itself - ntvfs_nbench is now fully async - the ntvfs_map_*() functions and the trans(2) mapping functions are not converted yet metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
76c4ba6d29
commit
fde64c0dc1
@@ -575,12 +575,6 @@ typedef struct nt_user_token {
|
||||
|
||||
#define DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH 14
|
||||
|
||||
|
||||
/* 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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user