Whamcloud - gitweb
- added sfw_set_session_timeout to set session_timeout from userland.
[fs/lustre-release.git] / lnet / selftest / framework.c
index 6a2487b..7e79455 100644 (file)
@@ -215,6 +215,12 @@ sfw_session_removed (void)
         return (sfw_data.fw_session == NULL) ? 1 : 0;
 }
 
+void
+sfw_set_session_timeout (int timeout)
+{
+        session_timeout = timeout;
+}
+
 #endif
 
 void