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:
Mike Ellery
2018-05-15 08:17:07 -07:00
committed by seelabs
parent ca29c2b906
commit 1c2b8417b9
3 changed files with 139 additions and 6 deletions

View File

@@ -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>