Changeset 80410 in vbox for trunk/include/iprt
- Timestamp:
- Aug 24, 2019 9:27:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/sg.h
r77236 r80410 75 75 /** Current segment we are in. */ 76 76 unsigned idxSeg; 77 /** Pointer to the current segment start. */77 /** Pointer to current byte within the current segment. */ 78 78 void *pvSegCur; 79 /** Number of bytes left in the current buffer. */79 /** Number of bytes left in the current segment. */ 80 80 size_t cbSegLeft; 81 81 } RTSGBUF;
Note:
See TracChangeset
for help on using the changeset viewer.