From 752240ccdc4dcdce7a2270ee5544e007c44bcf4d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 22 Mar 2010 08:35:33 +0100 Subject: s3:param: add "async smb echo handler" option This will enable an extra forked process that will reply to SMBecho requests, while the main process is blocked by another request. metze --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index b26fa26341..06d324eea4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4215,6 +4215,7 @@ bool lp_dos_filemode(int ); bool lp_dos_filetimes(int ); bool lp_dos_filetime_resolution(int ); bool lp_fake_dir_create_times(int); +bool lp_async_smb_echo_handler(void); bool lp_blocking_locks(int ); bool lp_inherit_perms(int ); bool lp_inherit_acls(int ); -- cgit