]> granicus.if.org Git - pdns/commitdiff
potentially fix dnstcpbench compilation on SUSE
authorbert hubert <bert.hubert@powerdns.com>
Mon, 9 Nov 2015 09:57:56 +0000 (10:57 +0100)
committerbert hubert <bert.hubert@powerdns.com>
Mon, 9 Nov 2015 09:57:56 +0000 (10:57 +0100)
pdns/dnstcpbench.cc

index 25b1ee9aa6ac777e0dc51ac006ba217030b47207..4b9ee08d07adc457a6654657b3b195db14f79df3 100644 (file)
@@ -269,7 +269,7 @@ try
   
   using namespace boost::accumulators;
   typedef accumulator_set<
-    unsigned int
+    double
     , stats<boost::accumulators::tag::median(with_p_square_quantile),
       boost::accumulators::tag::mean(immediate)
     >