mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Clean up connection closing and permanent failure logic.
This commit is contained in:
@@ -592,6 +592,13 @@ struct iscsi_session {
|
||||
struct scsi_command *command;
|
||||
/** Asynchronous operation for the current iSCSI operation */
|
||||
struct async_operation aop;
|
||||
/** Instant return code
|
||||
*
|
||||
* Set to a non-zero value if all requests should return
|
||||
* immediately. This can be used to e.g. avoid retrying
|
||||
* logins that are doomed to fail authentication.
|
||||
*/
|
||||
int instant_rc;
|
||||
};
|
||||
|
||||
/** iSCSI session is currently in the security negotiation phase */
|
||||
|
||||
Reference in New Issue
Block a user