From 8156f6bd19e00666d4c532a4296f95e58988854b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 5 Jul 2007 12:00:35 +0100 Subject: [PATCH] Switch compiler warning on tcp_open() to a #warning --- src/net/tcp/iscsi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/net/tcp/iscsi.c b/src/net/tcp/iscsi.c index f95286d0..c986d713 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 );