Changeset 30662 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Jul 6, 2010 12:16:31 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r30625 r30662 872 872 * Tell the control thread that it can continue 873 873 * spawning services. This needs to be done after the new 874 * process has been started because otherwise signal handling 874 * process has been started because otherwise signal handling 875 875 * on (Open) Solaris does not work correctly (see #5068). 876 876 */ … … 941 941 pData->pszCmd, pData->uPID, rc); 942 942 943 /* 943 /* 944 944 * If something went wrong signal the user event so that others don't wait 945 * forever on this thread. 945 * forever on this thread. 946 946 */ 947 947 if (RT_FAILURE(rc) && !fSignalled)
Note:
See TracChangeset
for help on using the changeset viewer.