config/Param: split block-specific attributes to new struct ConfigBlock
The old struct config_param remains only for top-level string options.
This commit is contained in:
@@ -221,7 +221,7 @@ NfsInputStream::OnNfsFileError(Error &&error)
|
||||
*/
|
||||
|
||||
static InputPlugin::InitResult
|
||||
input_nfs_init(const config_param &, Error &)
|
||||
input_nfs_init(const ConfigBlock &, Error &)
|
||||
{
|
||||
nfs_init();
|
||||
return InputPlugin::InitResult::SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user