diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-07-05 12:00:35 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-07-05 12:00:35 +0100 |
commit | 8156f6bd19e00666d4c532a4296f95e58988854b (patch) | |
tree | e8d099d9997a9ce4072a3375a506173b01c5eccc /src/net/tcp/iscsi.c | |
parent | 1069a74d2004b06293ec89f0dcfc22b550491b7c (diff) | |
download | ipxe-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.c | 3 |
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 ); |