(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.14 and 1.15

version 1.14, 2012/03/27 06:55:45 version 1.15, 2013/06/14 10:43:59
Line 33 
Line 33 
 #include <Pegasus/Common/Signal.h> #include <Pegasus/Common/Signal.h>
 #include <Pegasus/Common/AutoPtr.h> #include <Pegasus/Common/AutoPtr.h>
 #include <Pegasus/Common/Exception.h> #include <Pegasus/Common/Exception.h>
   #include <Pegasus/Common/Pegasus_inl.h>
 #include <Service/PidFile.h> #include <Service/PidFile.h>
 #include <Service/ServerRunStatus.h> #include <Service/ServerRunStatus.h>
  
Line 387 
Line 388 
             cnt += rtncnt;             cnt += rtncnt;
             if (rtncnt >= count)             if (rtncnt >= count)
             {             {
                 proctable=(struct procsinfo *) realloc(                  proctable=(struct procsinfo *) peg_realloc(
                     (void*)proctable, (size_t) (PROCSIZE*(cnt+count)));                     (void*)proctable, (size_t) (PROCSIZE*(cnt+count)));
                 if (!proctable)                 if (!proctable)
                 {                 {


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2