mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Fix BFLSC building.
This commit is contained in:
parent
c769db692d
commit
009008ade7
4
miner.h
4
miner.h
@ -452,8 +452,10 @@ struct cgpu_info {
|
|||||||
bool nonce_range;
|
bool nonce_range;
|
||||||
bool polling;
|
bool polling;
|
||||||
bool flash_led;
|
bool flash_led;
|
||||||
|
#endif /* USE_BITFORCE */
|
||||||
|
#if defined(USE_BITFORCE) || defined(USE_BFLSC)
|
||||||
pthread_mutex_t device_mutex;
|
pthread_mutex_t device_mutex;
|
||||||
#endif
|
#endif /* USE_BITFORCE || USE_BFLSC */
|
||||||
enum dev_enable deven;
|
enum dev_enable deven;
|
||||||
int accepted;
|
int accepted;
|
||||||
int rejected;
|
int rejected;
|
||||||
|
Loading…
Reference in New Issue
Block a user