Skip to content
Snippets Groups Projects
Commit f8be188b authored by Rom Walton's avatar Rom Walton
Browse files

VBOX: Use new graphics_status API to inform htmlgfx what is going on.

parent 4affcff6
No related branches found
No related tags found
No related merge requests found
......@@ -868,6 +868,9 @@ int main(int argc, char** argv) {
// Discover the VM's current state
pVM->poll();
// Write updates for the graphics application's use
boinc_write_graphics_status(current_cpu_time, elapsed_time, fraction_done);
if (boinc_status.no_heartbeat || boinc_status.quit_request) {
pVM->reset_vm_process_priority();
pVM->poweroff();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment