Whamcloud - gitweb
tcpnal:
authorericm <ericm>
Thu, 4 Dec 2003 06:29:55 +0000 (06:29 +0000)
committerericm <ericm>
Thu, 4 Dec 2003 06:29:55 +0000 (06:29 +0000)
  since we switched to the new timeout mechanism, the old hack code coulde
  be removed now.

lnet/ulnds/select.c
lnet/ulnds/socklnd/select.c
lustre/portals/unals/select.c

index fe24efc..c4ccae1 100644 (file)
@@ -126,15 +126,6 @@ void select_timer_block(when until)
         timeout_pointer=&timeout;
     } else timeout_pointer=0;
 
-
-    /* FIXME
-     * temporarily add timer for endless waiting problem.
-     * FIXME
-     */
-    timeout.tv_sec = 1;
-    timeout.tv_usec = 0;
-    timeout_pointer=&timeout;
-
     FD_ZERO(&fds[0]);
     FD_ZERO(&fds[1]);
     FD_ZERO(&fds[2]);
index fe24efc..c4ccae1 100644 (file)
@@ -126,15 +126,6 @@ void select_timer_block(when until)
         timeout_pointer=&timeout;
     } else timeout_pointer=0;
 
-
-    /* FIXME
-     * temporarily add timer for endless waiting problem.
-     * FIXME
-     */
-    timeout.tv_sec = 1;
-    timeout.tv_usec = 0;
-    timeout_pointer=&timeout;
-
     FD_ZERO(&fds[0]);
     FD_ZERO(&fds[1]);
     FD_ZERO(&fds[2]);
index fe24efc..c4ccae1 100644 (file)
@@ -126,15 +126,6 @@ void select_timer_block(when until)
         timeout_pointer=&timeout;
     } else timeout_pointer=0;
 
-
-    /* FIXME
-     * temporarily add timer for endless waiting problem.
-     * FIXME
-     */
-    timeout.tv_sec = 1;
-    timeout.tv_usec = 0;
-    timeout_pointer=&timeout;
-
     FD_ZERO(&fds[0]);
     FD_ZERO(&fds[1]);
     FD_ZERO(&fds[2]);