(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.6 and 1.6.4.1

version 1.6, 2007/08/03 02:34:08 version 1.6.4.1, 2007/12/03 15:54:02
Line 50 
Line 50 
 #endif #endif
  
 #if defined(PEGASUS_OS_AIX) || defined(PEGASUS_OS_PASE) #if defined(PEGASUS_OS_AIX) || defined(PEGASUS_OS_PASE)
 extern "C"  
 {  
 # include <procinfo.h> # include <procinfo.h>
 extern int getprocs(struct procsinfo *, int, struct fdsinfo *, int,pid_t *,int);  
 # define PROCSIZE sizeof(struct procsinfo) # define PROCSIZE sizeof(struct procsinfo)
   # if PEGASUS_AIX_VERSION <= 5
   // AIX version 5 does not define getprocs() in procinfo.h
   extern "C"
   {
       extern int getprocs(
           struct procsinfo *, int, struct fdsinfo *, int,pid_t *,int);
 } }
 #endif #endif
   #endif
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2