cosmetics

This commit is contained in:
Pavel Boyko
2009-06-22 21:18:44 +04:00
parent 1811703940
commit c7cbb7cf7c

View File

@@ -50,9 +50,13 @@ FlameStack::InstallStack (Ptr<MeshPointDevice> mp)
void
FlameStack::Report (const Ptr<MeshPointDevice> mp, std::ostream& os)
{
mp->Report (os);
// TODO report flame counters
}
void
FlameStack::ResetStats (const Ptr<MeshPointDevice> mp)
{
mp->ResetStats ();
// TODO reset flame counters
}
} //namespace ns3