mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Avoid redefining macros and align to 4 byte boundaries.
This commit is contained in:
parent
617ee96826
commit
e575763a80
4
miner.h
4
miner.h
@ -800,8 +800,8 @@ struct stratum_work {
|
||||
int diff;
|
||||
};
|
||||
|
||||
#define RECVSIZE 8191
|
||||
#define RBUFSIZE (RECVSIZE + 1)
|
||||
#define RECVSIZE 8192
|
||||
#define RBUFSIZE (RECVSIZE + 4)
|
||||
|
||||
struct pool {
|
||||
int pool_no;
|
||||
|
Loading…
x
Reference in New Issue
Block a user