- Timestamp:
- Jan 27, 2012 12:13:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlThread.cpp
r39844 r39896 90 90 return rc; 91 91 92 pThread->uPID = 0; /* Don't have a PID yet. */ 93 pThread->uFlags = uFlags; 92 pThread->uPID = 0; /* Don't have a PID yet. */ 93 pThread->pRequest = NULL; /* No request assigned yet. */ 94 pThread->uFlags = uFlags; 94 95 pThread->uTimeLimitMS = ( uTimeLimitMS == UINT32_MAX 95 96 || uTimeLimitMS == 0)
Note:
See TracChangeset
for help on using the changeset viewer.