summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/executor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/misc/executor.hpp')
-rw-r--r--xmrstak/misc/executor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmrstak/misc/executor.hpp b/xmrstak/misc/executor.hpp
index 8be5f56..d705c27 100644
--- a/xmrstak/misc/executor.hpp
+++ b/xmrstak/misc/executor.hpp
@@ -28,7 +28,7 @@ class executor
public:
static executor* inst()
{
- auto& env = xmrstak::Environment::inst();
+ auto& env = xmrstak::environment::inst();
if(env.pExecutor == nullptr)
env.pExecutor = new executor;
return env.pExecutor;
@@ -67,7 +67,7 @@ private:
thdq<ex_event> oEventQ;
xmrstak::telemetry* telem;
- std::vector<xmrstak::IBackend*>* pvThreads;
+ std::vector<xmrstak::iBackend*>* pvThreads;
size_t current_pool_id;
OpenPOWER on IntegriCloud