Added RxNUMAStorage stub.
This commit is contained in:
parent
7508411faf
commit
207dae418d
7 changed files with 275 additions and 8 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue