]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[731-Kea_statistics_enhancements] fixed documentation
authorFranciszek Gorski <fagorski9@gmail.com>
Fri, 26 Jul 2019 12:24:31 +0000 (14:24 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 5 Aug 2019 17:34:27 +0000 (20:34 +0300)
src/lib/stats/observation.h

index 28cf9a8bdc2fe81d092da6a1f2af42ea5f62d48e..a07e08772539c0497fbf9e6e1f401c0153fee6f2 100644 (file)
@@ -66,8 +66,7 @@ typedef std::pair<std::string, boost::posix_time::ptime> StringSample;
 /// @ref getDuration, @ref getString (appropriate type must be used) or
 /// @ref getJSON, which is generic and can be used for all types.
 ///
-/// @todo: Eventually it will be possible to retain multiple samples for the same
-/// observation, but that is outside of scope for 0.9.2.
+/// Since Kea 1.6 multiple samples are stored for the same observation.
 class Observation {
  public: