(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.1.2.5 and 1.1.2.6

version 1.1.2.5, 2007/01/10 21:44:31 version 1.1.2.6, 2007/01/11 16:01:23
Line 48 
Line 48 
  
 struct Globals struct Globals
 { {
     /* Same as argv[0] passed to main(). */      /* Same as argc passed to main(). */
     const char* arg0;      int argc;
   
       /* Same as argv passed to main(). */
       char** argv;
  
     /* PID of child process (cimservermain). */     /* PID of child process (cimservermain). */
     int childPid;     int childPid;
Line 67 
Line 70 
      * 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;
   
     /* The path of the basic password file (cimserver.passwd). Only applicable  
      * when using "secure basic" authentication.  
      */  
     char passwordFilePath[EXECUTOR_BUFFER_SIZE];  
   
     /* The path of the directory containing trace files.  
      */  
     char traceFilePath[EXECUTOR_BUFFER_SIZE];  
   
     /* The path of the key file.  
      */  
     char sslKeyFilePath[EXECUTOR_BUFFER_SIZE];  
   
     /* The path of the SSL trust store.  
      */  
     char sslTrustStore[EXECUTOR_BUFFER_SIZE];  
   
     /* The path of the CRL store.  
      */  
     char crlStore[EXECUTOR_BUFFER_SIZE];  
 }; };
  
 extern struct Globals globals; extern struct Globals globals;


Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2