Loading adb/daemon/usb.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -117,7 +117,7 @@ struct TransferId { struct IoBlock { struct IoBlock { bool pending = false; bool pending = false; struct iocb control; struct iocb control = {}; std::shared_ptr<Block> payload; std::shared_ptr<Block> payload; TransferId id() const { return TransferId::from_value(control.aio_data); } TransferId id() const { return TransferId::from_value(control.aio_data); } Loading Loading
adb/daemon/usb.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -117,7 +117,7 @@ struct TransferId { struct IoBlock { struct IoBlock { bool pending = false; bool pending = false; struct iocb control; struct iocb control = {}; std::shared_ptr<Block> payload; std::shared_ptr<Block> payload; TransferId id() const { return TransferId::from_value(control.aio_data); } TransferId id() const { return TransferId::from_value(control.aio_data); } Loading