Author: zwoop
Date: Thu Sep 23 19:20:18 2010
New Revision: 1000588

URL: http://svn.apache.org/viewvc?rev=1000588&view=rev
Log:
Duplicate a couple of configs to make --enable-debug builds work

Modified:
    trafficserver/traffic/trunk/proxy/mgmt2/RecordsConfig.cc

Modified: trafficserver/traffic/trunk/proxy/mgmt2/RecordsConfig.cc
URL: 
http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/mgmt2/RecordsConfig.cc?rev=1000588&r1=1000587&r2=1000588&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/mgmt2/RecordsConfig.cc (original)
+++ trafficserver/traffic/trunk/proxy/mgmt2/RecordsConfig.cc Thu Sep 23 
19:20:18 2010
@@ -1639,6 +1639,11 @@ RecordElement RecordsConfig[] = {
   //# Cluster Subsystem
   //#
   
//##############################################################################
+  //# cluster type requires restart to change
+  //# 1 is full clustering, 2 is mgmt only, 3 is no clustering
+  //# TODO: cluster.type is duplicated, because of weird dependencies.
+  {LOCAL, "proxy.local.cluster.type", "", INK_INT, "3", RU_RESTART_TM, 
RR_NULL, RC_NULL, NULL, RA_NULL}
+  ,
   {CONFIG, "proxy.config.cluster.cluster_configuration", "", INK_STRING, 
"cluster.config", RU_NULL, RR_NULL, RC_NULL,
    NULL, RA_NULL}
   ,
@@ -2252,6 +2257,11 @@ RecordElement RecordsConfig[] = {
   {CONFIG, "proxy.config.url_remap.url_remap_mode", "", INK_INT, "1", 
RU_RESTART_TS, RR_NULL, RC_INT, "[0-2]", RA_NULL}
   ,
   
//##############################################################################
+  //# SSL: This is modularized, but doesn't work unless it's defined here.
+  
//##############################################################################
+  {CONFIG, "proxy.config.ssl.enabled", "", INK_INT, "0", RU_RESTART_TS, 
RR_NULL, RC_INT, "[0-1]", RA_NULL}
+  ,
+  
//##############################################################################
   //# ICP Configuration
   
//##############################################################################
   //#       enabled=0 ICP disabled


Reply via email to