From 94d5417d10a9baa281a19b86d157fb856430dd13 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 12 Oct 2009 17:29:45 +0200 Subject: s3:torture: Add a notify-bench test This is a test that creates and deletes files in a directory as fast as the network allows it. At the same time, it opens a filechangenotify. This test is done to just torture handling a single directory together with the notify infrastructure. --- source3/libsmb/clifile.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c index 9cab3f675e..5eb8bd471b 100644 --- a/source3/libsmb/clifile.c +++ b/source3/libsmb/clifile.c @@ -5028,6 +5028,10 @@ NTSTATUS cli_posix_rmdir(struct cli_state *cli, const char *fname) return status; } +/**************************************************************************** + filechangenotify +****************************************************************************/ + struct cli_notify_state { uint8_t setup[8]; uint32_t num_changes; -- cgit