mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Correct copy in io_latency_probe:
Fixes: https://github.com/ripple/rippled/issues/2521 Copy ctor missed one member. Also added move since we have some rvalues passed around here.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <test/beast/beast_abstract_clock_test.cpp>
|
||||
#include <test/beast/beast_asio_error_test.cpp>
|
||||
#include <test/beast/beast_basic_seconds_clock_test.cpp>
|
||||
#include <test/beast/beast_io_latency_probe_test.cpp>
|
||||
#include <test/beast/beast_CurrentThreadName_test.cpp>
|
||||
#include <test/beast/beast_Debug_test.cpp>
|
||||
#include <test/beast/beast_Journal_test.cpp>
|
||||
|
||||
Reference in New Issue
Block a user