Changeset 24847 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Nov 21, 2009 11:54:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server_module.cpp
r24541 r24847 210 210 * ignore failure since it just means we'll have a zombie 211 211 * VBoxSVC until we exit */ 212 int vrc2 = RTProcWait NoResume(pid, RTPROCWAIT_FLAGS_BLOCK, NULL);212 int vrc2 = RTProcWait(pid, RTPROCWAIT_FLAGS_BLOCK, NULL); 213 213 AssertRC(vrc2); 214 214 #endif
Note:
See TracChangeset
for help on using the changeset viewer.