Struct HeaderBuffer::HeaderWrapper
Defined in File Buffer.hpp
Nested Relationships
This struct is a nested type of Class HeaderBuffer.
Struct Documentation
-
struct HeaderWrapper
Wrapper struct for the header information.
Public Members
-
NetioStatus status = {NetioStatus::OK}
The status of the get_buffer operation.
-
std::size_t bufnum = {}
The buffer number ID.
-
iovec data = {}
The data stored in the buffer.
-
NetioStatus status = {NetioStatus::OK}