mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add errno to NOP packet.
This commit is contained in:
@@ -65,5 +65,7 @@ namespace DiscImageChef.Devices.Remote
|
|||||||
|
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)]
|
||||||
public string reason;
|
public string reason;
|
||||||
|
|
||||||
|
public int errno;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user