Author: yug Date: 2011-09-22 04:42:08 -0400 (Thu, 22 Sep 2011) New Revision: 3740
Modified: trunk/osprey/common/util/options_stack.h Log: fix bug 875. itanium dbg build err due to insufficient option space. Code Review: Lai Jian-xin. Modified: trunk/osprey/common/util/options_stack.h =================================================================== --- trunk/osprey/common/util/options_stack.h 2011-09-20 05:58:27 UTC (rev 3739) +++ trunk/osprey/common/util/options_stack.h 2011-09-22 08:42:08 UTC (rev 3740) @@ -56,7 +56,7 @@ // number of bytes needed to store all options // as we save them, we count them, but if we are over we need to recompile -#define OPTIONS_SIZE 2720 +#define OPTIONS_SIZE 4080 class OPTIONS_STACK { private: ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel