[Pkg-iscsi-maintainers] [SCM] Debian Open-iSCSI Packaging branch, upstream-mnc, updated. 2.0-872-193-gde2c0e7

Mike Christie michaelc at cs.wisc.edu
Sat Apr 7 15:43:49 UTC 2012


The following commit has been merged in the upstream-mnc branch:
commit 913721890bdbe7b767288c2102041047525e70da
Author: Wang Sheng-Hui <shhuiw at gmail.com>
Date:   Tue Aug 16 13:55:13 2011 +0800

    usr/config.h: fix comment for struct iscsi_session_timeout_config
    
    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 <shhuiw at gmail.com>

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.
  */

-- 
Debian Open-iSCSI Packaging



More information about the Pkg-iscsi-maintainers mailing list