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

Diff for /pegasus/src/Service/ServerRunStatus.cpp between version 1.15 and 1.16

version 1.15, 2013/06/14 10:43:59 version 1.16, 2013/07/02 04:29:14
Line 388 
Line 388 
             cnt += rtncnt;             cnt += rtncnt;
             if (rtncnt >= count)             if (rtncnt >= count)
             {             {
                 proctable=(struct procsinfo *) peg_realloc(                  proctable = (struct procsinfo *)peg_inln_realloc(
                     (void*)proctable, (size_t) (PROCSIZE*(cnt+count)));                     (void*)proctable, (size_t) (PROCSIZE*(cnt+count)));
                 if (!proctable)                 if (!proctable)
                 {                 {


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2