david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

All uses iscsi_state were removed some time ago; removing the

declaration.
This commit is contained in:
Michael Brown 2006-05-18 21:38:16 +00:00
parent 53b682f3a2
commit b531bd2bda
1 changed files with 0 additions and 8 deletions

View File

@ -393,14 +393,6 @@ union iscsi_bhs {
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 */
enum iscsi_tx_state {
/** Nothing to send */