Changeset 28816 in vbox for trunk/src/VBox
- Timestamp:
- Apr 27, 2010 1:08:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r28803 r28816 974 974 try 975 975 { 976 /* Adjust timeout */ 977 if (aTimeoutMS == 0) 978 aTimeoutMS = UINT32_MAX; 979 976 980 /* Search for existing PID. */ 977 981 PHOSTEXECOUTCALLBACKDATA pData = (HOSTEXECOUTCALLBACKDATA*)RTMemAlloc(sizeof(HOSTEXECOUTCALLBACKDATA));
Note:
See TracChangeset
for help on using the changeset viewer.