|
@@ -1490,6 +1490,7 @@ struct modminer_fpga_state {
|
|
|
extern void get_datestamp(char *, size_t, struct timeval *);
|
|
extern void get_datestamp(char *, size_t, struct timeval *);
|
|
|
extern void inc_hw_errors(struct thr_info *thr);
|
|
extern void inc_hw_errors(struct thr_info *thr);
|
|
|
extern bool test_nonce(struct work *work, uint32_t nonce);
|
|
extern bool test_nonce(struct work *work, uint32_t nonce);
|
|
|
|
|
+extern bool test_nonce_diff(struct work *work, uint32_t nonce, double diff);
|
|
|
extern void submit_tested_work(struct thr_info *thr, struct work *work);
|
|
extern void submit_tested_work(struct thr_info *thr, struct work *work);
|
|
|
extern bool submit_nonce(struct thr_info *thr, struct work *work, uint32_t nonce);
|
|
extern bool submit_nonce(struct thr_info *thr, struct work *work, uint32_t nonce);
|
|
|
extern bool submit_noffset_nonce(struct thr_info *thr, struct work *work, uint32_t nonce,
|
|
extern bool submit_noffset_nonce(struct thr_info *thr, struct work *work, uint32_t nonce,
|