mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11829
This commit is contained in:
parent
c01cee8ddd
commit
885aa4f833
|
@ -106,7 +106,7 @@ void PROJECT::set_min_rpc_time(double future_time, const char* reason) {
|
|||
}
|
||||
}
|
||||
|
||||
// Return true iff we should not contact the project yet.
|
||||
// Return true if we should not contact the project yet.
|
||||
//
|
||||
bool PROJECT::waiting_until_min_rpc_time() {
|
||||
return (min_rpc_time > gstate.now);
|
||||
|
|
Loading…
Reference in New Issue