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

Diff for /pegasus/src/Pegasus/Common/Mutex.h between version 1.10.2.1 and 1.10.2.2

version 1.10.2.1, 2007/09/11 16:32:43 version 1.10.2.2, 2007/09/11 18:18:09
Line 66 
Line 66 
 inline void mutex_unlock(MutexType* mutex) { pthread_mutex_unlock(mutex); } inline void mutex_unlock(MutexType* mutex) { pthread_mutex_unlock(mutex); }
 struct MutexRep struct MutexRep
 { {
       int recursive;
     pthread_mutex_t mutex;     pthread_mutex_t mutex;
     pthread_cond_t cond;     pthread_cond_t cond;
     pthread_t owner;     pthread_t owner;


Legend:
Removed from v.1.10.2.1  
changed lines
  Added in v.1.10.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2