|
@@ -12,7 +12,7 @@ using Utilities;
|
|
|
|
|
|
namespace ISCSI.Server
|
|
|
{
|
|
|
- public class TransferEntry
|
|
|
+ internal class TransferEntry
|
|
|
{
|
|
|
public SCSICommandPDU Command;
|
|
|
public uint NextR2TSN;
|
|
@@ -24,7 +24,7 @@ namespace ISCSI.Server
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public class ConnectionParameters
|
|
|
+ internal class ConnectionParameters
|
|
|
{
|
|
|
public ushort CID; // connection ID, generated by the initiator
|
|
|
public string InitiatorName = String.Empty;
|