Code cleanup

This commit is contained in:
SChernykh
2022-06-20 22:37:33 +02:00
parent acf37ff10f
commit 2aa8d2bdcc
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ void p2pool_api::on_stop()
uv_close(reinterpret_cast<uv_handle_t*>(&m_dumpToFileAsync), nullptr);
}
void p2pool_api::dump_to_file_async_internal(const Category& category, const char* filename, DumpFileCallbackBase&& callback)
void p2pool_api::dump_to_file_async_internal(Category category, const char* filename, DumpFileCallbackBase&& callback)
{
std::vector<char> buf(16384);
log::Stream s(buf.data(), buf.size());