From 820410526e853b5db715bd57ba4e23326426c085 Mon Sep 17 00:00:00 2001 From: Peter Lieven Date: Tue, 30 Oct 2012 12:05:25 +0100 Subject: [PATCH] INIT fix missing export of iscsi_set_tcp_syncnt() --- include/iscsi.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/iscsi.h b/include/iscsi.h index 13cc705..0ab4b84 100644 --- a/include/iscsi.h +++ b/include/iscsi.h @@ -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 }