return (sfw_data.fw_session == NULL) ? 1 : 0;
}
+void
+sfw_set_session_timeout (int timeout)
+{
+ session_timeout = timeout;
+}
+
#endif
void
#ifndef __KERNEL__
int stt_poll_interval(void);
+int sfw_session_removed(void);
+void sfw_set_session_timeout(int timeout);
int stt_check_events(void);
int swi_check_events(void);
unsigned int libcfs_subsystem_debug = ~0 - (S_LNET | S_LND);
unsigned int libcfs_debug = 0;
-extern int sfw_session_removed(void);
-
static struct option lstjn_options[] =
{
{"sesid", required_argument, 0, 's' },