david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Switch compiler warning on tcp_open() to a #warning

This commit is contained in:
Michael Brown 2007-07-05 12:00:35 +01:00
parent 1069a74d20
commit 8156f6bd19
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
*
*/
#warning "Update to use data-xfer interface"
extern int tcp_open ( struct stream_application *stream );
static void iscsi_start_tx ( struct iscsi_session *iscsi );
static void iscsi_start_data_out ( struct iscsi_session *iscsi,
unsigned int datasn );