- Timestamp:
- Sep 7, 2017 4:14:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvChar.cpp
r68699 r68702 154 154 * Send thread loop - pushes data down thru the driver chain. 155 155 * 156 * @returns 0 on success.157 * @param hThreadSelf Thread handle to this thread.158 * @param p vUser User argument.156 * @returns VBox status code. 157 * @param pDrvIns The char driver instance. 158 * @param pThread The worker thread. 159 159 */ 160 160 static DECLCALLBACK(int) drvCharIoLoop(PPDMDRVINS pDrvIns, PPDMTHREAD pThread)
Note:
See TracChangeset
for help on using the changeset viewer.