changeset 5086 | fccfd0073ea3 |
parent 5084 | ddf23699f0b7 |
child 5088 | fe6fcf14f2a1 |
--- a/src/devices/mesh/flame/flame-protocol.cc Thu Jun 18 16:51:28 2009 +0400 +++ b/src/devices/mesh/flame/flame-protocol.cc Thu Jun 18 18:07:22 2009 +0400 @@ -219,7 +219,7 @@ if (mac == 0) return false; // Installing plugins: - Ptr<FlameMacPlugin> flameMac = Create<FlameMacPlugin> (wifiNetDev->GetIfIndex (), this); + Ptr<FlameProtocolMac> flameMac = Create<FlameProtocolMac> (wifiNetDev->GetIfIndex (), this); m_interfaces[wifiNetDev->GetIfIndex ()] = flameMac; mac->InstallPlugin (flameMac); }