(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.4 and 1.5

version 1.4, 2007/06/15 17:40:06 version 1.5, 2008/02/05 19:59:40
Line 54 
Line 54 
     /* Same as argv passed to main(). */     /* Same as argv passed to main(). */
     char** argv;     char** argv;
  
       /* A pipe to alert the cimserver command when the server is initialized. */
       int initCompletePipe;
   
     /* PID of child process (CIMSERVERMAIN). */     /* PID of child process (CIMSERVERMAIN). */
     int childPid;     int childPid;
  
Line 69 
Line 72 
      * passed to the command line or found in the planned configuration file.      * passed to the command line or found in the planned configuration file.
      */      */
     int enableAuthentication;     int enableAuthentication;
   
       /* Indicates whether terminal I/O streams should be left intact. */
       int bindVerbose;
 }; };
  
 EXECUTOR_LINKAGE EXECUTOR_LINKAGE


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2