(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.133.4.2 and 1.140

version 1.133.4.2, 2008/10/01 17:13:27 version 1.140, 2008/10/24 06:03:18
Line 81 
Line 81 
  
 #define PEGASUS_QUEUENAME_WBEMEXECCLIENT      "WbemExecClient" #define PEGASUS_QUEUENAME_WBEMEXECCLIENT      "WbemExecClient"
 #define PEGASUS_QUEUENAME_INTERNALCLIENT       "InternalClient" #define PEGASUS_QUEUENAME_INTERNALCLIENT       "InternalClient"
 #define PEGASUS_QUEUENAME_BINARY_HANDLER       "BinaryMessageHandler"  
  
  
 /* /*
Line 299 
Line 298 
 #  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 438 
Line 437 
 #endif #endif
  
 /* /*
      Defines the min/max size of the memory trace buffer
   */
   #define PEGASUS_TRC_BUFFER_MAX_SIZE_KB 1024*1024
   #define PEGASUS_TRC_BUFFER_MIN_SIZE_KB 16
   
   #ifdef PEGASUS_OS_ZOS
   # define PEGASUS_TRC_BUFFER_OOP_SIZE_DEVISOR 1
   #else
   # define PEGASUS_TRC_BUFFER_OOP_SIZE_DEVISOR 10
   #endif
   
   /*
    * Minimum value for maxLogFileSizeKBytes config property.
   */
   #if !defined(PEGASUS_USE_SYSLOGS)
   #define PEGASUS_MAXLOGFILESIZEKBYTES_CONFIG_PROPERTY_MINIMUM_VALUE 32
   #endif
   
   
   /*
 **============================================================================== **==============================================================================
 ** **
 **  C++ Section **  C++ Section


Legend:
Removed from v.1.133.4.2  
changed lines
  Added in v.1.140

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2