(file) Return to StressTestController.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / test / StressTestController

Diff for /pegasus/test/StressTestController/StressTestController.cpp between version 1.10 and 1.10.2.1

version 1.10, 2008/08/07 18:04:06 version 1.10.2.1, 2008/08/20 23:06:00
Line 159 
Line 159 
 /** /**
   Client Instance   Client Instance
 */ */
 static int *clientInstance;  static Uint32* clientInstance;
  
 /** /**
   Indicates if client is Active   Indicates if client is Active
Line 1120 
Line 1120 
     //     //
     if(_clientCount > 0)     if(_clientCount > 0)
     {     {
         clientInstance = new int[_clientCount];          clientInstance = new Uint32[_clientCount];
         clientStartMilliseconds.reset(new Uint64[_clientCount]);         clientStartMilliseconds.reset(new Uint64[_clientCount]);
         clientStopMilliseconds.reset(new Uint64[_clientCount]);         clientStopMilliseconds.reset(new Uint64[_clientCount]);
         clientDelayMilliseconds.reset(new Uint64[_clientCount]);         clientDelayMilliseconds.reset(new Uint64[_clientCount]);
Line 1235 
Line 1235 
                         ErrReport.append(clientInst);                         ErrReport.append(clientInst);
                         throw StressTestControllerException(ErrReport);                         throw StressTestControllerException(ErrReport);
                     }                     }
                     clientInstance[j] = atoi(clientInst.getCString());                      clientInstance[j] = (Uint32)atoi(clientInst.getCString());
  
                     //                     //
                     // Acquire and set client specific duration                     // Acquire and set client specific duration


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2