hud_sensors_temp.c | 62 /* The type of measurement, critical or current. */ 72 double current, min, max, critical; member in struct:sensors_temp_info 120 sti->critical = get_value(sti->chip, sf); 171 hud_graph_add_value(gr, (uint64_t) sti->critical); 287 /* Create a 'current' and 'critical' object pair.
|