From: Franciszek Gorski Date: Wed, 19 Jun 2019 13:22:51 +0000 (+0200) Subject: Support for storing more than one samples X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80355d35a219cfd91754879ff62c2c337de9701;p=thirdparty%2Fkea.git Support for storing more than one samples --- diff --git a/src/lib/stats/observation.h b/src/lib/stats/observation.h index 087eca91e0..0fa2b7f439 100644 --- a/src/lib/stats/observation.h +++ b/src/lib/stats/observation.h @@ -303,7 +303,7 @@ private: /// @brief Returns samples (internal version) /// /// @tparam SampleType type of samples (e.g. IntegerSample) - /// @tparam StorageType type of storage (e.g. list) + /// @tparam Storage type of storage (e.g. list) /// @param observation storage /// @param exp_type expected observation type (used for sanity checking) /// @throw InvalidStatType if observation type mismatches @@ -332,7 +332,6 @@ private: void setMaxSampleCountInternal(StorageType& storage, uint32_t max_samples, Type exp_type); - /// @brief Observation (statistic) name std::string name_;