mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
All uses iscsi_state were removed some time ago; removing the
declaration.
This commit is contained in:
@@ -393,14 +393,6 @@ union iscsi_bhs {
|
|||||||
unsigned char bytes[ sizeof ( struct iscsi_bhs_common ) ];
|
unsigned char bytes[ sizeof ( struct iscsi_bhs_common ) ];
|
||||||
};
|
};
|
||||||
|
|
||||||
/** State */
|
|
||||||
enum iscsi_state {
|
|
||||||
ISCSI_STATE_IDLE,
|
|
||||||
ISCSI_STATE_LOGIN,
|
|
||||||
ISCSI_STATE_LOGIN_CONT,
|
|
||||||
ISCSI_STATE_COMMAND,
|
|
||||||
};
|
|
||||||
|
|
||||||
/** State of an iSCSI TX engine */
|
/** State of an iSCSI TX engine */
|
||||||
enum iscsi_tx_state {
|
enum iscsi_tx_state {
|
||||||
/** Nothing to send */
|
/** Nothing to send */
|
||||||
|
|||||||
Reference in New Issue
Block a user