Add errno to NOP packet.

This commit is contained in:
2019-10-13 21:19:21 +01:00
parent 6a4e2acb56
commit c4dea2ee04

View File

@@ -65,5 +65,7 @@ namespace DiscImageChef.Devices.Remote
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)]
public string reason;
public int errno;
}
}