summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-21 17:48:13 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-26 09:32:56 +0100
commitd7ea52e9a3cd920f7c8a3b00f7cd28a7f605a993 (patch)
treefeaafaf656489f7a3f9a1e20ea5833328bc46239 /source4/ntvfs/posix/vfs_posix.h
parentc93cf42d9fe4f1e382a762e7c1eafef0dff122c1 (diff)
downloadsamba-d7ea52e9a3cd920f7c8a3b00f7cd28a7f605a993.tar.gz
samba-d7ea52e9a3cd920f7c8a3b00f7cd28a7f605a993.tar.bz2
samba-d7ea52e9a3cd920f7c8a3b00f7cd28a7f605a993.zip
pvfs_open: make the retry logic indepdendent from open and sharing violations
metze (This used to be commit 56bd63a4236ebf360d3e805c8560df86759573f7)
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index 84c456dcfe..50875c3f9b 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -230,6 +230,11 @@ struct pvfs_dir;
/* types of notification for pvfs wait events */
enum pvfs_wait_notice {PVFS_WAIT_EVENT, PVFS_WAIT_TIMEOUT, PVFS_WAIT_CANCEL};
+/*
+ state of a pending retry
+*/
+struct pvfs_odb_retry;
+
#define PVFS_EADB "posix:eadb"
#define PVFS_XATTR "posix:xattr"
#define PVFS_FAKE_OPLOCKS "posix:fakeoplocks"