Make binning work with stuff other than FS_MEASURE
--HG-- extra : convert_revision : e3fa3cfbdf2f13dd3a8d2266dd64c2c335f998d6
This commit is contained in:
@@ -2184,7 +2184,7 @@ class SumNode : public Node
|
||||
* binned. If the typedef is NoBin, nothing is binned. If it is
|
||||
* MainBin, then all stats are binned under that Bin.
|
||||
*/
|
||||
#if defined(FS_MEASURE)
|
||||
#if defined(FS_MEASURE) || defined(STATS_BINNING)
|
||||
typedef MainBin DefaultBin;
|
||||
#else
|
||||
typedef NoBin DefaultBin;
|
||||
|
||||
Reference in New Issue
Block a user