virtio-blkd: remove repr(C) from the device config struct
Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
@@ -56,7 +56,6 @@ pub enum DeviceConfigTy {
|
||||
BlkSize = 0x14,
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
pub struct BlockDeviceConfig(Weak<dyn Transport>);
|
||||
|
||||
impl BlockDeviceConfig {
|
||||
|
||||
Reference in New Issue
Block a user