VirtualBox

Changeset 24847 in vbox for trunk/src/VBox/Main/xpcom


Ignore:
Timestamp:
Nov 21, 2009 11:54:30 PM (15 years ago)
Author:
vboxsync
Message:

server_module.cpp: Use RTProcWait instead of not RTProcNoResume, since the latter is interrupted on every startup on darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xpcom/server_module.cpp

    r24541 r24847  
    210210                 * ignore failure since it just means we'll have a zombie
    211211                 * VBoxSVC until we exit */
    212                 int vrc2 = RTProcWaitNoResume(pid, RTPROCWAIT_FLAGS_BLOCK, NULL);
     212                int vrc2 = RTProcWait(pid, RTPROCWAIT_FLAGS_BLOCK, NULL);
    213213                AssertRC(vrc2);
    214214#endif
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