mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Add API output displaying USB cancellations.
This commit is contained in:
parent
585d4af4e6
commit
998182fc35
1
api.c
1
api.c
@ -3148,6 +3148,7 @@ static int itemstats(struct io_data *io_data, int i, char *id, struct cgminer_st
|
|||||||
}
|
}
|
||||||
|
|
||||||
root = api_add_string(root, "USB tmo", details, true);
|
root = api_add_string(root, "USB tmo", details, true);
|
||||||
|
root = api_add_int(root, "USB cancellations", &cgpu->usb_cancels, false);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user