Added some //TODO comments pertaining to returning enums instead of bools in order to be better able to handle failure states.

pull/95/head
Dion Ahmetaj 7 years ago committed by Dion Ahmetaj
parent 0b1045ed7d
commit 68652cd94d

@ -798,5 +798,10 @@ namespace cryptonote
LOG_ERROR(__func__ << " : couldn't query power status");
return false; // shouldn't get here unless no support for querying battery status
// TODO: return enum with ability to signify failure in querying for power status
// and change bg-mining logic so that it stops. As @vtnerd states, with the current
// setup "If someone enabled background mining on a system that fails to grab ac
// status, it will just continually check with little hope of ever being resolved
// automagically". This is also the case for time/idle stats functions.
}
}

Loading…
Cancel
Save