Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37c81fd6 authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by android-build-merger
Browse files

Merge "Initialize all fields of struct iocb."

am: 6e06bcce

Change-Id: Iced013625dab9e8ce8f95209c48feabfb4bb1c17
parents 9c7a39ed 6e06bcce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ struct TransferId {

struct IoBlock {
    bool pending = false;
    struct iocb control;
    struct iocb control = {};
    std::shared_ptr<Block> payload;

    TransferId id() const { return TransferId::from_value(control.aio_data); }