1
0
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:
Noel Maersk 2014-03-17 20:13:36 +02:00
parent c9ccf551d7
commit 3787f47155

View File

@ -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;