VirtualBox

Changeset 9910 in vbox


Ignore:
Timestamp:
Jun 25, 2008 11:52:13 AM (16 years ago)
Author:
vboxsync
Message:

build fix for sleep(). there were two calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstAPI.cpp

    r9907 r9910  
    958958            sessionMachine->GetProcessorUsage(&user, &system);
    959959            printf("VM: user=%u system=%u\n", user/10000000, system/10000000);
    960             sleep(1);
     960            RTThreadSleep(1000);
    961961        }
    962962        printf ("Press enter to pause the VM execution in the remote session...");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette