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

Diff for /pegasus/src/Pegasus/Common/Threads.h between version 1.3 and 1.4

version 1.3, 2006/08/21 15:31:03 version 1.4, 2006/08/21 15:46:16
Line 72 
Line 72 
  
 //============================================================================== //==============================================================================
 // //
   // ThreadId
   //
   //==============================================================================
   
   struct ThreadId
   {
       // The character representation of a uint64 requires 22 bytes including the
       // null terminator.
       char buffer[22];
   };
   
   //==============================================================================
   //
 // ThreadType // ThreadType
 // //
 //============================================================================== //==============================================================================
  
 #if defined(PEGASUS_HAVE_PTHREADS) #if defined(PEGASUS_HAVE_PTHREADS)
   
 struct ThreadType struct ThreadType
 { {
     ThreadType()     ThreadType()
Line 91 
Line 103 
  
     pthread_t thread;     pthread_t thread;
 }; };
   
 // This structure represents a thread identifier.  
 struct ThreadId  
 {  
     // The character representation of a uint64 requires 22 bytes including the  
     // null terminator.  
     char buffer[22];  
 };  
   
 #endif /* PEGASUS_HAVE_PTHREADS */ #endif /* PEGASUS_HAVE_PTHREADS */
  
 #if defined(PEGASUS_HAVE_WINDOWS_THREADS) #if defined(PEGASUS_HAVE_WINDOWS_THREADS)


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2