mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 16:33:32 -05:00
Added class CpuThreads.
This commit is contained in:
@@ -22,11 +22,8 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef XMRIG_CPUTHREADCONFIG_H
|
||||
#define XMRIG_CPUTHREADCONFIG_H
|
||||
|
||||
|
||||
#include <vector>
|
||||
#ifndef XMRIG_CPUTHREAD_H
|
||||
#define XMRIG_CPUTHREAD_H
|
||||
|
||||
|
||||
#include "rapidjson/fwd.h"
|
||||
@@ -58,10 +55,7 @@ private:
|
||||
};
|
||||
|
||||
|
||||
typedef std::vector<CpuThread> CpuThreads;
|
||||
|
||||
|
||||
} /* namespace xmrig */
|
||||
|
||||
|
||||
#endif /* XMRIG_CPUTHREADCONFIG_H */
|
||||
#endif /* XMRIG_CPUTHREAD_H */
|
||||
|
||||
Reference in New Issue
Block a user