Searched defs:IoBlock (Results 1 – 1 of 1) sorted by relevance
120 struct IoBlock { struct121 bool pending = false;122 struct iocb control = {};123 std::shared_ptr<Block> payload;125 TransferId id() const { return TransferId::from_value(control.aio_data); } in id()