From cc429b68fadc502b981fd0acd64a5ff6e2ae1d15 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Fri, 29 Sep 2017 20:32:31 +0200 Subject: group files - move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp` --- xmrstak/backend/backendConnector.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xmrstak/backend/backendConnector.hpp (limited to 'xmrstak/backend/backendConnector.hpp') diff --git a/xmrstak/backend/backendConnector.hpp b/xmrstak/backend/backendConnector.hpp new file mode 100644 index 0000000..024d9b1 --- /dev/null +++ b/xmrstak/backend/backendConnector.hpp @@ -0,0 +1,18 @@ +#pragma once +#include +#include +#include +#include +#include "IBackend.hpp" +#include "miner_work.h" + +namespace xmrstak +{ + + struct BackendConnector + { + static std::vector* thread_starter(miner_work& pWork); + static bool self_test(); + }; + +} // namepsace xmrstak -- cgit v1.1