mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
misc: add comment on what cgpu_info->{,k}name are.
This commit is contained in:
parent
c9ccf551d7
commit
3787f47155
5
miner.h
5
miner.h
@ -442,7 +442,7 @@ struct cgpu_info {
|
||||
int sgminer_id;
|
||||
struct device_drv *drv;
|
||||
int device_id;
|
||||
char *name;
|
||||
char *name; /* GPU family codename. */
|
||||
char *device_path;
|
||||
void *device_data;
|
||||
|
||||
@ -462,10 +462,11 @@ struct cgpu_info {
|
||||
|
||||
int64_t max_hashes;
|
||||
|
||||
char *kname;
|
||||
char *kname; /* Human-readable kernel name. */
|
||||
bool mapped;
|
||||
int virtual_gpu;
|
||||
int virtual_adl;
|
||||
|
||||
int intensity;
|
||||
int xintensity;
|
||||
int rawintensity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user