(file) Return to MessageQueueService.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/MessageQueueService.h between version 1.28 and 1.29

version 1.28, 2002/06/07 00:56:01 version 1.29, 2002/06/07 15:17:13
Line 114 
Line 114 
       static int kill_idle_threads(void);       static int kill_idle_threads(void);
       static int pooled_threads(void)       static int pooled_threads(void)
       {       {
          return _thread_pool.running_count() + _thread_pool.dead_count() + _thread_pool.pool_count();           return _thread_pool->running_count() + _thread_pool->dead_count() + _thread_pool->pool_count();
       }       }
  
       Uint32 _mask;       Uint32 _mask;
Line 178 
Line 178 
       Thread _req_thread;       Thread _req_thread;
       Thread _callback_thread;       Thread _callback_thread;
    protected:    protected:
       static ThreadPool _thread_pool;        static ThreadPool *_thread_pool;
    private:    private:
       struct timeval _default_op_timeout;       struct timeval _default_op_timeout;
       static AtomicInt _xid;       static AtomicInt _xid;


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