diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-03-22 08:35:33 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-22 17:15:12 +0100 |
commit | 752240ccdc4dcdce7a2270ee5544e007c44bcf4d (patch) | |
tree | ffc1326fd18f381a24732b7c6a65e5f1e9ecfe0d /source3/include | |
parent | b2c107ffbcd067ccc42f81a2d0969f7f88b63ae7 (diff) | |
download | samba-752240ccdc4dcdce7a2270ee5544e007c44bcf4d.tar.gz samba-752240ccdc4dcdce7a2270ee5544e007c44bcf4d.tar.bz2 samba-752240ccdc4dcdce7a2270ee5544e007c44bcf4d.zip |
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
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |