(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.11.6.2 and 1.12

version 1.11.6.2, 2013/07/20 18:33:04 version 1.12, 2011/02/16 06:44:32
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 388 
Line 387 
             cnt += rtncnt;             cnt += rtncnt;
             if (rtncnt >= count)             if (rtncnt >= count)
             {             {
                 proctable = (struct procsinfo *)peg_inln_realloc(                  proctable=(struct procsinfo *) realloc(
                     (void*)proctable, (size_t) (PROCSIZE*(cnt+count)));                     (void*)proctable, (size_t) (PROCSIZE*(cnt+count)));
                 if (!proctable)                 if (!proctable)
                 {                 {


Legend:
Removed from v.1.11.6.2  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2