mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected visibility of cam_device members.
This commit is contained in:
@@ -726,15 +726,15 @@ namespace DiscImageChef.Devices.FreeBSD
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Logical Unit Number
|
/// Logical Unit Number
|
||||||
/// </summary>
|
/// </summary>
|
||||||
lun_id_t target_lun;
|
public lun_id_t target_lun;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Target ID
|
/// Target ID
|
||||||
/// </summary>
|
/// </summary>
|
||||||
target_id_t target_id;
|
public target_id_t target_id;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// System SCSI bus number
|
/// System SCSI bus number
|
||||||
/// </summary>
|
/// </summary>
|
||||||
path_id_t path_id;
|
public path_id_t path_id;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// type of peripheral device
|
/// type of peripheral device
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user