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

Commit 79b1dc01 authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by android-build-merger
Browse files

Merge "Initialize all fields of struct iocb." am: 6e06bcce

am: 37c81fd6

Change-Id: I3c8155e222b7e7f4277d5654f85e7006a777dd16
parents 8585e0c8 37c81fd6
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); }