mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=14328
This commit is contained in:
parent
2ebf90fabd
commit
91936bad72
|
@ -1114,4 +1114,8 @@ void boinc_register_timer_callback(FUNC_PTR p) {
|
|||
timer_callback = p;
|
||||
}
|
||||
|
||||
double boinc_get_fraction_done() {
|
||||
return fraction_done;
|
||||
}
|
||||
|
||||
const char *BOINC_RCSID_0fa0410386 = "$Id$";
|
||||
|
|
Loading…
Reference in New Issue