(file) Return to Process.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Process.h between version 1.2 and 1.3

version 1.2, 2007/05/25 18:35:07 version 1.3, 2007/06/12 18:19:46
Line 39 
Line 39 
 EXECUTOR_LINKAGE EXECUTOR_LINKAGE
 int GetProcessName(int pid, char name[EXECUTOR_BUFFER_SIZE]); int GetProcessName(int pid, char name[EXECUTOR_BUFFER_SIZE]);
  
   EXECUTOR_LINKAGE
   int ReadPidFile(const char* pidFilePath, int* pid);
   
   EXECUTOR_LINKAGE
   int TestProcessRunning(
       const char* pidFilePath,
       const char* processName);
   
 #endif /* _Executor_Process_h */ #endif /* _Executor_Process_h */


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2