Struct ChunkWriteOperation::chunk_write_args

Nested Relationships

This struct is a nested type of Class ChunkWriteOperation.

Struct Documentation

struct gkfs::data::ChunkWriteOperation::chunk_write_args

Struct for an chunk write operation.

Public Members

const std::string *path

Path to affected chunk directory.

const char *buf

Buffer for chunk.

gkfs::rpc::chnk_id_t chnk_id

chunk id that is affected

size_t size

size to write for chunk

off64_t off

offset for individual chunk

ABT_eventual eventual

Attached eventual.