struct iscsi_session_timeout_config is used for per-session timeouts, and per-connection timeouts should go to struct struct iscsi_connection_timeout_config.
Signed-off-by: Wang Sheng-Hui <[email protected]> --- usr/config.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/usr/config.h b/usr/config.h index 9174f2c..768b9e4 100644 --- a/usr/config.h +++ b/usr/config.h @@ -73,7 +73,7 @@ struct iscsi_connection_timeout_config { int noop_out_timeout; }; -/* all per-connection timeouts go in this structure. +/* all per-session timeouts go in this structure. * this structure is per-session, and can be configured * by TargetName but not by Subnet. */ -- 1.7.1 -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
