mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Insight support for ResourceManager
This commit is contained in:
@@ -26,7 +26,7 @@ protected:
|
||||
JobQueue (char const* name, Stoppable& parent);
|
||||
|
||||
public:
|
||||
static JobQueue* New (std::shared_ptr <insight::Collector> const& collector,
|
||||
static JobQueue* New (insight::Collector::ptr const& collector,
|
||||
Stoppable& parent, Journal journal);
|
||||
|
||||
virtual ~JobQueue () { }
|
||||
|
||||
Reference in New Issue
Block a user