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

Diff for /pegasus/src/Pegasus/Common/ThreadPool.cpp between version 1.14.12.1 and 1.14.12.2

version 1.14.12.1, 2008/06/03 13:59:18 version 1.14.12.2, 2008/06/10 15:33:33
Line 467 
Line 467 
     Uint32 usec;     Uint32 usec;
     Time::gettimeofday(&now);     Time::gettimeofday(&now);
  
 #if defined(PEGASUS_PLATFORM_SOLARIS_IX86_CC)  #if defined(PEGASUS_PLATFORM_SOLARIS_IX86_CC) || \
       defined(PEGASUS_PLATFORM_SOLARIS_X86_64_CC)
     memset(&remaining, 0, sizeof(remaining));     memset(&remaining, 0, sizeof(remaining));
 #else #else
     Time::gettimeofday(&remaining);     // Avoid valgrind error     Time::gettimeofday(&remaining);     // Avoid valgrind error


Legend:
Removed from v.1.14.12.1  
changed lines
  Added in v.1.14.12.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2