summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-08 12:35:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:09:56 -0500
commit42248766d410f7a5725b81e20c37c682db847b37 (patch)
tree218db5658b0a19102a5443900f123ee30711072f /source4/ntvfs/posix/vfs_posix.h
parenta3797ff66a1b3b19329a622fa38b5a073328e003 (diff)
downloadsamba-42248766d410f7a5725b81e20c37c682db847b37.tar.gz
samba-42248766d410f7a5725b81e20c37c682db847b37.tar.bz2
samba-42248766d410f7a5725b81e20c37c682db847b37.zip
r16876: implement SMB2 Find in the posix ntvfs backend
metze (This used to be commit 4f1afda488f2fb5cfcf98ef6a56157f954fdccfc)
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index 63ee3395f8..eb738920f4 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -181,6 +181,9 @@ struct pvfs_file {
/* for directories, a buffer of pending notify events */
struct pvfs_notify_buffer *notify_buffer;
+
+ /* for directories, the state of an incomplete SMB2 Find */
+ struct pvfs_search_state *search;
};
/* the state of a search started with pvfs_search_first() */