Tracks the state of building a scatter-gather IO vector list. More...
Data Fields | |
| TransportOutVector_t * | pIterator |
| size_t | ioVectorLength |
| uint32_t | totalMessageLength |
Tracks the state of building a scatter-gather IO vector list.
Groups the iterator, vector count, and accumulated message length that are always passed together when appending to an IO vector.
| TransportOutVector_t* IoVecState_t::pIterator |
Current position in the IO vector array.
| size_t IoVecState_t::ioVectorLength |
Number of vectors added so far.
| uint32_t IoVecState_t::totalMessageLength |
Accumulated byte count across all vectors.