Browse Source

Switch compiler warning on tcp_open() to a #warning

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
8156f6bd19
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/net/tcp/iscsi.c

+ 3
- 0
src/net/tcp/iscsi.c View File

36
  *
36
  *
37
  */
37
  */
38
 
38
 
39
+#warning "Update to use data-xfer interface"
40
+extern int tcp_open ( struct stream_application *stream );
41
+
39
 static void iscsi_start_tx ( struct iscsi_session *iscsi );
42
 static void iscsi_start_tx ( struct iscsi_session *iscsi );
40
 static void iscsi_start_data_out ( struct iscsi_session *iscsi,
43
 static void iscsi_start_data_out ( struct iscsi_session *iscsi,
41
 				   unsigned int datasn );
44
 				   unsigned int datasn );

Loading…
Cancel
Save