OSDN Git Service

Fixed typo...
authortanuma <tanuma@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Mon, 14 Jun 2010 11:04:11 +0000 (11:04 +0000)
committertanuma <tanuma@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Mon, 14 Jun 2010 11:04:11 +0000 (11:04 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10104 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7vsd/src/tcp_session.cpp

index 8b00dc6..8a17151 100644 (file)
@@ -1002,7 +1002,7 @@ void tcp_session::up_thread_run()
                                 Logger::putLogDebug(LOG_CAT_L7VSD_SESSION, 999, formatter.str(), __FILE__, __LINE__);
                         }
                         to_time(LOCKTIMEOUT, xt);
-                        downthread_status_cond.wait(lock, xt);
+                        downthread_status_cond.timed_wait(lock, xt);
                 }
         }