mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 20:59:03 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user