HV: rename 'type' in struct io_request

Rename 'type' in struct io_request to 'io_type' to be more readable.

Tracked-On: #3061
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Conghui Chen
2019-05-06 14:43:27 +08:00
committed by wenlingz
parent 94e1e362fb
commit dd86a78e75
4 changed files with 19 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ struct io_request {
*
* Refer to vhm_request for detailed description of I/O request types.
*/
uint32_t type;
uint32_t io_type;
/**
* @brief Details of this request in the same format as vhm_request.