From deba880986b1029fa059fcfba9b2a72abf598a9b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 4 May 2011 17:45:34 +0200 Subject: s3-torture: Add a test for notify upon read&x This makes sure that when a file is brought online by a read call we notify the client for FILE_NOTIFY_CHANGE_ATTRIBUTES. Autobuild-User: Volker Lendecke Autobuild-Date: Wed May 4 21:09:22 CEST 2011 on sn-devel-104 --- source3/torture/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/proto.h') diff --git a/source3/torture/proto.h b/source3/torture/proto.h index a45aa153c4..e40e44c114 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -87,5 +87,6 @@ bool run_nbench2(int dummy); bool run_async_echo(int dummy); bool run_smb_any_connect(int dummy); bool run_addrchange(int dummy); +bool run_notify_online(int dummy); #endif /* __TORTURE_H__ */ -- cgit