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

Diff for /pegasus/src/Pegasus/Listener/CIMListener.cpp between version 1.28 and 1.29

version 1.28, 2005/02/05 23:00:22 version 1.29, 2005/03/10 00:38:21
Line 314 
Line 314 
 } }
 static struct timeval create_time = {0, 1}; static struct timeval create_time = {0, 1};
 static struct timeval destroy_time = {15, 0}; static struct timeval destroy_time = {15, 0};
 static struct timeval deadlock_time = {0, 0};  
  
 ///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
 // CIMListenerRep // CIMListenerRep
Line 426 
Line 425 
     }     }
  
     _thread_pool = new ThreadPool(0, "Listener", 0, 1,     _thread_pool = new ThreadPool(0, "Listener", 0, 1,
                                   create_time, destroy_time, deadlock_time);                                    create_time, destroy_time);
  
     _listener_sem = new Semaphore(0);     _listener_sem = new Semaphore(0);
     _thread_pool->allocate_and_awaken(svc,     _thread_pool->allocate_and_awaken(svc,


Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2