Merge "Initialize all fields of struct iocb." into qt-dev
am: 982259add1
Change-Id: I957043d53b66060d36af3af8a7cad5de7d289194
This commit is contained in:
commit
5c1b6041a4
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,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); }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue