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

Diff for /pegasus/src/Pegasus/Common/Constants.h between version 1.136 and 1.139

version 1.136, 2008/09/18 08:01:37 version 1.139, 2008/10/17 11:07:33
Line 299 
Line 299 
 #  undef PEGASUS_LOCAL_DOMAIN_SOCKET_PATH   /* Not used */ #  undef PEGASUS_LOCAL_DOMAIN_SOCKET_PATH   /* Not used */
 #  define PEGASUS_PROVIDER_AGENT_PROC_NAME  "/wbem_var/opt/wbem/bin/cimprovagt" #  define PEGASUS_PROVIDER_AGENT_PROC_NAME  "/wbem_var/opt/wbem/bin/cimprovagt"
 #  undef PEGASUS_DEFAULT_MESSAGE_SOURCE     /* Not defined */ #  undef PEGASUS_DEFAULT_MESSAGE_SOURCE     /* Not defined */
 # elif defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)  # elif defined(PEGASUS_OS_ZOS)
 #  define PEGASUS_CIMSERVER_START_FILE      "/var/wbem/cimserver.pid" #  define PEGASUS_CIMSERVER_START_FILE      "/var/wbem/cimserver.pid"
 #  define PEGASUS_CIMSERVER_START_LOCK_FILE "/var/wbem/cimserver_start.lock" #  define PEGASUS_CIMSERVER_START_LOCK_FILE "/var/wbem/cimserver_start.lock"
 #  define PEGASUS_REPOSITORY_DIR            "/var/wbem/repository" #  define PEGASUS_REPOSITORY_DIR            "/var/wbem/repository"
Line 358 
Line 358 
 #endif #endif
  
 /* Use the PID file as a semaphore for repository access */ /* Use the PID file as a semaphore for repository access */
   /* Use the configuration file instead of the PID file on Windows*/
   #ifdef PEGASUS_OS_TYPE_WINDOWS
   #define PEGASUS_REPOSITORY_LOCK_FILE PEGASUS_PLANNED_CONFIG_FILE_PATH
   #else
 #define PEGASUS_REPOSITORY_LOCK_FILE PEGASUS_CIMSERVER_START_FILE #define PEGASUS_REPOSITORY_LOCK_FILE PEGASUS_CIMSERVER_START_FILE
   #endif
  
 /* /*
  * Miscellaneous Constants  * Miscellaneous Constants
Line 438 
Line 443 
 #define PEGASUS_TRC_BUFFER_MAX_SIZE_KB 1024*1024 #define PEGASUS_TRC_BUFFER_MAX_SIZE_KB 1024*1024
 #define PEGASUS_TRC_BUFFER_MIN_SIZE_KB 16 #define PEGASUS_TRC_BUFFER_MIN_SIZE_KB 16
  
 #ifdef PEGASUS_PLATFORM_ZOS_ZSERIES_IBM  #ifdef PEGASUS_OS_ZOS
 # define PEGASUS_TRC_BUFFER_OOP_SIZE_DEVISOR 1 # define PEGASUS_TRC_BUFFER_OOP_SIZE_DEVISOR 1
 #else #else
 # define PEGASUS_TRC_BUFFER_OOP_SIZE_DEVISOR 10 # define PEGASUS_TRC_BUFFER_OOP_SIZE_DEVISOR 10
 #endif #endif
  
   /*
    * Minimum value for maxLogFileSizeKBytes config property.
   */
   #if !defined(PEGASUS_USE_SYSLOGS)
   #define PEGASUS_MAXLOGFILESIZEKBYTES_CONFIG_PROPERTY_MINIMUM_VALUE 32
   #endif
  
  
 /* /*


Legend:
Removed from v.1.136  
changed lines
  Added in v.1.139

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2