mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Tighter control over work submissions in avalon allows us to use a smaller array.
This commit is contained in:
parent
db7c72b892
commit
c9ca6ca7e3
@ -113,7 +113,7 @@ struct avalon_info {
|
||||
|
||||
#define AVALON_WRITE_SIZE (sizeof(struct avalon_task))
|
||||
#define AVALON_READ_SIZE (sizeof(struct avalon_result))
|
||||
#define AVALON_ARRAY_SIZE 4
|
||||
#define AVALON_ARRAY_SIZE 3
|
||||
|
||||
#define AVA_GETS_ERROR -1
|
||||
#define AVA_GETS_OK 0
|
||||
|
Loading…
Reference in New Issue
Block a user