Changeset 39844 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 23, 2012 6:47:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlThread.cpp
r39843 r39844 997 997 { 998 998 return VBoxServiceControlThreadRequestAllocEx(ppReq, enmType, 999 0 /* cbData */, NULL /* pvData */,999 NULL /* pvData */, 0 /* cbData */, 1000 1000 0 /* ContextID */); 1001 1001 } … … 1532 1532 } 1533 1533 if (RT_FAILURE(RTPollSetQueryHandle(hPollSet, VBOXSERVICECTRLPIPEID_STDERR, NULL))) 1534 hStdErrR = NIL_RTPIPE;1534 pipeStdErrR = NIL_RTPIPE; 1535 1535 if (RT_FAILURE(RTPollSetQueryHandle(hPollSet, VBOXSERVICECTRLPIPEID_STDOUT, NULL))) 1536 hStdOutR = NIL_RTPIPE;1536 pipeStdOutR = NIL_RTPIPE; 1537 1537 if (RT_FAILURE(RTPollSetQueryHandle(hPollSet, VBOXSERVICECTRLPIPEID_STDIN, NULL))) 1538 1538 pThread->pipeStdInW = NIL_RTPIPE;
Note:
See TracChangeset
for help on using the changeset viewer.