io: store reference to thread information in the QIOTask struct
commit52d6cfeca29734904ce589c00028347b7fa9cfd9
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 11 Feb 2019 18:24:27 +0000 (11 18:24 +0000)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 12 Feb 2019 16:35:56 +0000 (12 17:35 +0100)
tree90035bcf01b21bb1296f88c49f16e784d455e845
parent68cf36a7ea49ba5c66fe6205de0ab85931e46a2e
io: store reference to thread information in the QIOTask struct

Currently the struct QIOTaskThreadData is only needed by the worker
thread, but a subsequent patch will need to access it from another
context.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20190211182442.8542-2-berrange@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
io/task.c