[openib-general] [PATCH][TRIVIAL] OpenSM/osm_subnet.c: Fix sminfo_polling_timeout comment in opensm.opts

Hal Rosenstock halr at voltaire.com
Fri Dec 15 17:32:32 PST 2006


OpenSM/osm_subnet.c: Fix sminfo_polling_timeout comment in opensm.opts

sminfo_polling_timeout in msecs rather than secs

Signed-off-by: Hal Rosenstock <halr at voltaire.com>

diff --git a/osm/opensm/osm_subnet.c b/osm/opensm/osm_subnet.c
index 3db4612..da82471 100644
--- a/osm/opensm/osm_subnet.c
+++ b/osm/opensm/osm_subnet.c
@@ -1175,7 +1175,7 @@ osm_subn_write_conf_file(
     "sm_priority %u\n\n"
     "# If TRUE other SMs on the subnet should be ignored\n"
     "ignore_other_sm %s\n\n"
-    "# Timeout in [sec] between two polls of active master SM\n"
+    "# Timeout in [msec] between two polls of active master SM\n"
     "sminfo_polling_timeout %u\n\n"
     "# Number of failing polls of remote SM that declares it dead\n"
     "polling_retry_number %u\n\n"







More information about the general mailing list