summaryrefslogtreecommitdiff
path: root/source3/torture/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-01-05 17:44:44 +0100
committerVolker Lendecke <vlendec@samba.org>2012-01-05 20:29:59 +0100
commitf97216eb4ae1052e435d83ce51a7067fa6697ff4 (patch)
tree9f6d5d7740271aa00a4db4c32180d68be37a26d7 /source3/torture/proto.h
parent515dfe6c7ff9f6aed94a51960bb26aabb6fb449b (diff)
downloadsamba-f97216eb4ae1052e435d83ce51a7067fa6697ff4.tar.gz
samba-f97216eb4ae1052e435d83ce51a7067fa6697ff4.tar.bz2
samba-f97216eb4ae1052e435d83ce51a7067fa6697ff4.zip
s3: Add a test for proper brlock cleanup
We need to improve the server here. Maybe we should validate the brlock entry whenever we detect a read/write being blocked from locking? This is not our hot code path anyway, and it would gain us significant robustness. The code might become quite a bit simpler as well.
Diffstat (limited to 'source3/torture/proto.h')
-rw-r--r--source3/torture/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/proto.h b/source3/torture/proto.h
index 19e7a72a70..8d661aada9 100644
--- a/source3/torture/proto.h
+++ b/source3/torture/proto.h
@@ -102,5 +102,6 @@ bool run_smb2_session_reauth(int dummy);
bool run_local_conv_auth_info(int dummy);
bool run_local_sprintf_append(int dummy);
bool run_cleanup1(int dummy);
+bool run_cleanup2(int dummy);
#endif /* __TORTURE_H__ */