(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.5 and 1.6

version 1.5, 2007/06/22 17:35:53 version 1.6, 2007/08/03 02:34:08
Line 49 
Line 49 
 # include <sys/ps.h> # include <sys/ps.h>
 #endif #endif
  
 #if defined(PEGASUS_OS_AIX)  #if defined(PEGASUS_OS_AIX) || defined(PEGASUS_OS_PASE)
 extern "C" extern "C"
 { {
 # include <procinfo.h> # include <procinfo.h>
Line 186 
Line 186 
     defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) || \     defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) || \
     defined(PEGASUS_OS_SOLARIS) || \     defined(PEGASUS_OS_SOLARIS) || \
     defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) || \     defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) || \
     defined(PEGASUS_OS_AIX)      defined(PEGASUS_OS_AIX) || defined(PEGASUS_OS_PASE)
  
     ::kill(pid, SIGKILL);     ::kill(pid, SIGKILL);
  
Line 324 
Line 324 
     return true;     return true;
 } }
  
 # elif defined(PEGASUS_OS_AIX)  # elif defined(PEGASUS_OS_AIX) || defined(PEGASUS_OS_PASE)
  
 /////////////////////////////////////////////////////// ///////////////////////////////////////////////////////
 // AIX implementation of _isServerProcess // AIX implementation of _isServerProcess


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2