aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tcp/iscsi.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-07-05 12:00:35 +0100
committerMichael Brown <mcb30@etherboot.org>2007-07-05 12:00:35 +0100
commit8156f6bd19e00666d4c532a4296f95e58988854b (patch)
treee8d099d9997a9ce4072a3375a506173b01c5eccc /src/net/tcp/iscsi.c
parent1069a74d2004b06293ec89f0dcfc22b550491b7c (diff)
downloadipxe-8156f6bd19e00666d4c532a4296f95e58988854b.tar.gz
Switch compiler warning on tcp_open() to a #warning
Diffstat (limited to 'src/net/tcp/iscsi.c')
-rw-r--r--src/net/tcp/iscsi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tcp/iscsi.c b/src/net/tcp/iscsi.c
index f95286d09..c986d7135 100644
--- a/src/net/tcp/iscsi.c
+++ b/src/net/tcp/iscsi.c
@@ -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 );