Changeset 39393 in vbox
- Timestamp:
- Nov 22, 2011 9:48:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlThread.cpp
r39314 r39393 356 356 uint8_t abBuf[8]; 357 357 size_t cbIgnore; 358 intrc = RTPipeRead(pThread->hNotificationPipeR, abBuf, sizeof(abBuf), &cbIgnore);358 rc = RTPipeRead(pThread->hNotificationPipeR, abBuf, sizeof(abBuf), &cbIgnore); 359 359 if (RT_FAILURE(rc)) 360 360 VBoxServiceError("ControlThead: Draining IPC notification pipe failed with rc=%Rrc\n", rc);
Note:
See TracChangeset
for help on using the changeset viewer.