Added RxNUMAStorage stub.

This commit is contained in:
XMRig
2019-10-04 18:43:03 +07:00
parent 473b98ae68
commit 93a70f4bbe
7 changed files with 275 additions and 8 deletions

View File

@@ -24,8 +24,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef XMRIG_RX_VM_H
#define XMRIG_RX_VM_H
#ifndef XMRIG_RX_BASICSTORAGE_H
#define XMRIG_RX_BASICSTORAGE_H
#include "backend/common/interfaces/IRxStorage.h"
@@ -60,4 +60,4 @@ private:
} /* namespace xmrig */
#endif /* XMRIG_RX_VM_H */
#endif /* XMRIG_RX_BASICSTORAGE_H */