From ae691cd9cc5f00a1d4465d233cdd9f5b580b2c39 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 4 Apr 2012 14:35:12 +0200 Subject: s3: Add two notify benchmark tests --- source3/torture/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/torture/proto.h') diff --git a/source3/torture/proto.h b/source3/torture/proto.h index b6da0f477c..3dc23c5699 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -106,5 +106,7 @@ bool run_cleanup1(int dummy); bool run_cleanup2(int dummy); bool run_ctdb_conn(int dummy); bool run_msg_test(int dummy); +bool run_notify_bench2(int dummy); +bool run_notify_bench3(int dummy); #endif /* __TORTURE_H__ */ -- cgit