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

version 1.1.2.4, 2007/01/10 01:59:28 version 1.1.2.5, 2007/01/10 21:44:31
Line 72 
Line 72 
      * when using "secure basic" authentication.      * when using "secure basic" authentication.
      */      */
     char passwordFilePath[EXECUTOR_BUFFER_SIZE];     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.4  
changed lines
  Added in v.1.1.2.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2