This commit is contained in:
wangyu
2017-07-31 15:12:20 +08:00
committed by wangyu
parent cea566f187
commit 46c4333240
3 changed files with 8 additions and 6 deletions

View File

@@ -2481,8 +2481,8 @@ int server_event_loop()
set_timer(epollfd,timer_fd);
long int begin_time;
long int end_time;
long int begin_time=0;
long int end_time=0;
while(1)////////////////////////
{