From e15939b4561b84eda283a9df233e2a3a0ed42621 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 9 Apr 2010 19:26:34 -0700 Subject: 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. --- source3/include/smb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/smb.h') 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 */ -- cgit