1
1
This commit was SVN r30336.
Этот коммит содержится в:
Ralph Castain 2014-01-20 19:54:31 +00:00
родитель 9b2066cfba
Коммит e0edc29029

Просмотреть файл

@ -104,7 +104,11 @@ static char *orte_getline(FILE *fp)
return NULL;
}
/* FOR FUTURE: extend to read cooling device speeds in
* current speed: /sys/class/thermal/cooling_deviceN/cur_state
* max speed: /sys/class/thermal/cooling_deviceN/max_state
* type: /sys/class/thermal/cooling_deviceN/type
*/
static int init(void)
{
int ret;