summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/globalStates.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/backend/globalStates.hpp')
-rw-r--r--xmrstak/backend/globalStates.hpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/xmrstak/backend/globalStates.hpp b/xmrstak/backend/globalStates.hpp
index fafd232..e1b554f 100644
--- a/xmrstak/backend/globalStates.hpp
+++ b/xmrstak/backend/globalStates.hpp
@@ -1,26 +1,15 @@
#pragma once
-#include "miner_work.hpp"
+#include "xmrstak/backend/miner_work.hpp"
#include "xmrstak/misc/environment.hpp"
#include "xmrstak/misc/console.hpp"
+#include "xmrstak/backend/pool_data.hpp"
#include <atomic>
-constexpr static size_t invalid_pool_id = (-1);
-
namespace xmrstak
{
-struct pool_data
-{
- uint32_t iSavedNonce;
- size_t pool_id;
-
- pool_data() : iSavedNonce(0), pool_id(invalid_pool_id)
- {
- }
-};
-
struct globalStates
{
static inline globalStates& inst()
OpenPOWER on IntegriCloud