summaryrefslogtreecommitdiff
path: root/source3/locking/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-05-07 12:57:07 +0200
committerJeremy Allison <jra@samba.org>2012-05-17 13:17:21 -0700
commitf45966d16919481e3caa1f723c244269da21a28f (patch)
tree4a08b65331a94d061b447fdbf58eee39258805bf /source3/locking/proto.h
parent918eb3ecc53e0033f119640959803155b0a6af02 (diff)
downloadsamba-f45966d16919481e3caa1f723c244269da21a28f.tar.gz
samba-f45966d16919481e3caa1f723c244269da21a28f.tar.bz2
samba-f45966d16919481e3caa1f723c244269da21a28f.zip
s3: Add "share_mode_stale_server"
This is a helper routine that prunes a dead share mode entry on demand. This prepares for removing the serverids_exist call in parse_share_modes. Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/locking/proto.h')
-rw-r--r--source3/locking/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h
index 54badd9149..f6a6f2ee12 100644
--- a/source3/locking/proto.h
+++ b/source3/locking/proto.h
@@ -168,6 +168,7 @@ void get_file_infos(struct file_id id,
struct timespec *write_time);
bool is_valid_share_mode_entry(const struct share_mode_entry *e);
bool is_deferred_open_entry(const struct share_mode_entry *e);
+bool share_mode_stale_pid(struct share_mode_data *d, unsigned i);
void set_share_mode(struct share_mode_lock *lck, files_struct *fsp,
uid_t uid, uint64_t mid, uint16 op_type);
void add_deferred_open(struct share_mode_lock *lck, uint64_t mid,