summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-04-02 18:33:30 -0700
committerTim Prouty <tprouty@samba.org>2009-04-06 13:53:45 -0700
commit651fa0964a6c49a071c28cdb1e4891b1d95d5b09 (patch)
tree487c797c304f3154ec092d5397609fba9a95d82e /source3/include
parent12d9765177fc16f7b13e460e1d79c50c256d6fa8 (diff)
downloadsamba-651fa0964a6c49a071c28cdb1e4891b1d95d5b09.tar.gz
samba-651fa0964a6c49a071c28cdb1e4891b1d95d5b09.tar.bz2
samba-651fa0964a6c49a071c28cdb1e4891b1d95d5b09.zip
s3 oplocks: Refactor level II oplock contention
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d76ee08fd2..b677c3d922 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6677,6 +6677,7 @@ void release_file_oplock(files_struct *fsp);
bool remove_oplock(files_struct *fsp);
bool downgrade_oplock(files_struct *fsp);
bool should_notify_deferred_opens(void);
+void break_level2_to_none_async(files_struct *fsp);
void reply_to_oplock_break_requests(files_struct *fsp);
void process_oplock_async_level2_break_message(struct messaging_context *msg_ctx,
void *private_data,