(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.3 and 1.1.2.4

version 1.1.2.3, 2007/01/07 21:38:58 version 1.1.2.4, 2007/01/10 01:59:28
Line 34 
Line 34 
 #ifndef _Executor_Globals_h #ifndef _Executor_Globals_h
 #define _Executor_Globals_h #define _Executor_Globals_h
  
   #include "Defines.h"
   
 /* /*
 **============================================================================== **==============================================================================
 ** **
Line 65 
Line 67 
      * 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];
 }; };
  
 extern struct Globals globals; extern struct Globals globals;


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2