OutputPlugin: pass config_param reference

This commit is contained in:
Max Kellermann
2013-08-04 12:25:08 +02:00
parent 7a1d466fb2
commit 81c3224076
24 changed files with 159 additions and 156 deletions

View File

@@ -123,7 +123,7 @@ struct HttpdOutput final : private ServerSocket {
HttpdOutput(EventLoop &_loop);
~HttpdOutput();
bool Configure(const config_param *param, GError **error_r);
bool Configure(const config_param &param, GError **error_r);
bool Bind(GError **error_r);
void Unbind();