summaryrefslogtreecommitdiff
path: root/source3/locking/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-05-18 09:10:02 +0200
committerVolker Lendecke <vl@samba.org>2012-05-18 13:12:14 +0200
commitf5ca3f11e47e48d195616f813b5b2c9e8255c6cd (patch)
tree85456771e595ecdb101a1b521a188baff231ed26 /source3/locking/proto.h
parent45082a88c7aaaa928ca36003ade071aafe4de54d (diff)
downloadsamba-f5ca3f11e47e48d195616f813b5b2c9e8255c6cd.tar.gz
samba-f5ca3f11e47e48d195616f813b5b2c9e8255c6cd.tar.bz2
samba-f5ca3f11e47e48d195616f813b5b2c9e8255c6cd.zip
s3: Revert the serverid changes, they need more work
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 18 13:12:14 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/locking/proto.h')
-rw-r--r--source3/locking/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h
index f6a6f2ee12..54badd9149 100644
--- a/source3/locking/proto.h
+++ b/source3/locking/proto.h
@@ -168,7 +168,6 @@ 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,