Add iSCSI to the DHCP tests.

Start updating iscsi.c to use Nikhil's TCP API.
This commit is contained in:
Michael Brown
2006-08-07 16:48:24 +00:00
parent 6714ec745a
commit d0e4f198d6
3 changed files with 51 additions and 14 deletions

View File

@@ -777,7 +777,7 @@ int iscsi_issue ( struct iscsi_session *iscsi,
if ( iscsi->status & ISCSI_STATUS_CONNECTED ) {
iscsi_start_command ( iscsi );
tcp_kick ( &iscsi->tcp );
tcp_senddata ( &iscsi->tcp );
} else {
iscsi->tcp.tcp_op = &iscsi_tcp_operations;
tcp_connect ( &iscsi->tcp );