Changeset 70634 in vbox for trunk/src/VBox
- Timestamp:
- Jan 18, 2018 3:27:00 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120358
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/serial/SerialTest.cpp
r70632 r70634 107 107 size_t cbTxRxLeft; 108 108 /** The offset into the buffer to receive to/send from. */ 109 uint32_toffBuf;109 size_t offBuf; 110 110 /** Maximum size to send/receive before processing is needed again. */ 111 111 size_t cbTxRxMax;
Note:
See TracChangeset
for help on using the changeset viewer.