diff options
author | Jeremy Allison <jra@samba.org> | 2010-04-09 19:26:34 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-04-09 19:26:34 -0700 |
commit | e15939b4561b84eda283a9df233e2a3a0ed42621 (patch) | |
tree | 6475d00552b99dc4b17fc887f93c2f8210e29b1c /source3/include/smb.h | |
parent | b253385611ac4934bb46390ef519c547bba87eb3 (diff) | |
download | samba-e15939b4561b84eda283a9df233e2a3a0ed42621.tar.gz samba-e15939b4561b84eda283a9df233e2a3a0ed42621.tar.xz samba-e15939b4561b84eda283a9df233e2a3a0ed42621.zip |
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Rename functions to be internally consistent. Next step is
to cope queueing single (non-compounded) SMB2 requests to
put some code inside the stubs.
Jeremy.
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 48ab2f2283..853ced0aa6 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1978,4 +1978,7 @@ struct child_pid { pid_t pid; }; +/* Used to keep track of deferred opens. */ +struct deferred_open_record; + #endif /* _SMB_H */ |