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

Diff for /pegasus/src/Executor/Globals.h between version 1.3 and 1.4

version 1.3, 2007/05/30 20:41:27 version 1.4, 2007/06/15 17:40:06
Line 57 
Line 57 
     /* PID of child process (CIMSERVERMAIN). */     /* PID of child process (CIMSERVERMAIN). */
     int childPid;     int childPid;
  
     /* User name of child process (CIMSERVERMAIN). */      /* Indicates whether we are in the Child process.  If true, we need to
     const char* childUserName;       * call _exit() instead of exit().
        */
     /* UID of child process (CIMSERVERMAIN). */      int isChildProcess;
     int childUid;  
   
     /* GID of child process (CIMSERVERMAIN). */  
     int childGid;  
  
     /* Mask of signals encountered by executor process. */     /* Mask of signals encountered by executor process. */
     unsigned long signalMask;     unsigned long signalMask;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2