From 42248766d410f7a5725b81e20c37c682db847b37 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 8 Jul 2006 12:35:37 +0000 Subject: r16876: implement SMB2 Find in the posix ntvfs backend metze (This used to be commit 4f1afda488f2fb5cfcf98ef6a56157f954fdccfc) --- source4/ntvfs/posix/vfs_posix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/ntvfs/posix/vfs_posix.h') 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() */ -- cgit