summaryrefslogtreecommitdiff
path: root/source3/locking/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-08-03 16:31:32 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-08 03:39:06 +0200
commit9a81f8ee1713317262f3fc773dae38cb51816149 (patch)
tree83cac3f7003173d6244ba71973bdef7e95fe00f4 /source3/locking/proto.h
parentbc296053cba15869d3417f6089bd2e7e96d42c09 (diff)
downloadsamba-9a81f8ee1713317262f3fc773dae38cb51816149.tar.gz
samba-9a81f8ee1713317262f3fc773dae38cb51816149.tar.bz2
samba-9a81f8ee1713317262f3fc773dae38cb51816149.zip
s3:locking: add mark_share_mode_disconnected()
Pair-Programmed-With: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/locking/proto.h')
-rw-r--r--source3/locking/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h
index 74cf32379f..41c5a85696 100644
--- a/source3/locking/proto.h
+++ b/source3/locking/proto.h
@@ -175,6 +175,8 @@ void add_deferred_open(struct share_mode_lock *lck, uint64_t mid,
struct timeval request_time,
struct server_id pid, struct file_id id);
bool del_share_mode(struct share_mode_lock *lck, files_struct *fsp);
+bool mark_share_mode_disconnected(struct share_mode_lock *lck,
+ struct files_struct *fsp);
void del_deferred_open_entry(struct share_mode_lock *lck, uint64_t mid,
struct server_id pid);
bool remove_share_oplock(struct share_mode_lock *lck, files_struct *fsp);