INIT fix missing export of iscsi_set_tcp_syncnt()

This commit is contained in:
Peter Lieven
2012-10-30 12:05:25 +01:00
parent ef3b6fe911
commit 820410526e

View File

@@ -1019,6 +1019,12 @@ iscsi_set_tcp_keepcnt(struct iscsi_context *iscsi, int value);
EXTERN void
iscsi_set_tcp_keepintvl(struct iscsi_context *iscsi, int value);
/*
* This function is to set the TCP_SYNCNT option. It has to be called after iscsi
* context creation.
*/
EXTERN void
iscsi_set_tcp_syncnt(struct iscsi_context *iscsi, int value);
#ifdef __cplusplus
}