Struct ChunkReadOperation::chunk_read_args
Defined in File data.hpp
Nested Relationships
This struct is a nested type of Class ChunkReadOperation.
Struct Documentation
-
struct gkfs::data::ChunkReadOperation::chunk_read_args
Struct for an chunk read operation.
Public Members
-
const std::string *path
Path to affected chunk directory.
-
char *buf
Buffer for chunk.
-
gkfs::rpc::chnk_id_t chnk_id
chunk id that is affected
-
size_t size
size to read from chunk
-
off64_t off
offset for individual chunk
-
ABT_eventual eventual
Attached eventual.
-
const std::string *path