mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Inject journals:
Calls to WriteLog are replaced with injected journals
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
namespace ripple {
|
||||
|
||||
class Logs;
|
||||
|
||||
class JobQueue : public beast::Stoppable
|
||||
{
|
||||
protected:
|
||||
@@ -82,7 +84,7 @@ public:
|
||||
|
||||
std::unique_ptr <JobQueue>
|
||||
make_JobQueue (beast::insight::Collector::ptr const& collector,
|
||||
beast::Stoppable& parent, beast::Journal journal);
|
||||
beast::Stoppable& parent, beast::Journal journal, Logs& logs);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user