mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor clock declarations in chrono.h
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <BeastConfig.h>
|
||||
#include <ripple/basics/make_SSLContext.h>
|
||||
#include <ripple/basics/seconds_clock.h>
|
||||
#include <ripple/basics/chrono.h>
|
||||
#include <beast/container/aged_unordered_set.h>
|
||||
#include <beast/module/core/diagnostic/FatalError.h>
|
||||
#include <beast/utility/static_initializer.h>
|
||||
@@ -175,7 +175,7 @@ struct StaticData
|
||||
beast::aged_unordered_set <SSL const*> set;
|
||||
|
||||
StaticData()
|
||||
: set (ripple::get_seconds_clock ())
|
||||
: set (ripple::stopwatch())
|
||||
{ }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user