src/internet/model/ipv6-pmtu-cache.h
changeset 10405 45c8fceae24e
parent 10158 971f362648c3
child 11414 8bdce024e490
--- a/src/internet/model/ipv6-pmtu-cache.h	Thu Nov 14 19:07:55 2013 +0100
+++ b/src/internet/model/ipv6-pmtu-cache.h	Thu Nov 14 22:43:53 2013 +0100
@@ -108,7 +108,11 @@
    */
   std::map<Ipv6Address, uint32_t> m_pathMtu;
 
+  /**
+   * \brief Container of the IPv6 PMTU data (Ipv6 destination address and expiration event).
+   */
   typedef std::map<Ipv6Address, EventId> ::iterator pathMtuTimerIter;
+
   /**
    * \brief Path MTU Expiration table
    */