mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
Switch compiler warning on tcp_open() to a #warning
This commit is contained in:
parent
1069a74d20
commit
8156f6bd19
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user