(file) Return to CIMServer.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Server

Diff for /pegasus/src/Pegasus/Server/CIMServer.cpp between version 1.177.2.2 and 1.177.2.3

version 1.177.2.2, 2006/08/16 13:08:58 version 1.177.2.3, 2006/09/19 18:29:19
Line 608 
Line 608 
     startSLPProvider();     startSLPProvider();
 #endif #endif
  
     if(false == _monitor->run(500000))      _monitor->run(500000);
   
       static struct timeval lastIdleCleanupTime = {0, 0};
       struct timeval now;
   
       gettimeofday(&now, 0);
   
       if (now.tv_sec - lastIdleCleanupTime.tv_sec > 300)
     {     {
         lastIdleCleanupTime.tv_sec = now.tv_sec;
   
       try       try
       {       {
         MessageQueueService::_check_idle_flag = 1;         MessageQueueService::_check_idle_flag = 1;


Legend:
Removed from v.1.177.2.2  
changed lines
  Added in v.1.177.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2