--- a/src/devices/mesh/mesh-wifi-interface-mac.h Thu Jun 03 13:34:09 2010 +0200
+++ b/src/devices/mesh/mesh-wifi-interface-mac.h Thu Jun 03 17:23:55 2010 +0100
@@ -159,7 +159,7 @@
void ResetStats ();
/// Enable/disable beacons
void SetBeaconGeneration (bool enable);
- void SetQueue (AccessClass ac);
+ void SetQueue (AcIndex ac);
WifiPhyStandard GetPhyStandard () const;
virtual void FinishConfigureStandard (enum WifiPhyStandard standard);
private:
@@ -184,7 +184,7 @@
void DoStart ();
private:
- typedef std::map<AccessClass, Ptr<DcaTxop> > Queues;
+ typedef std::map<AcIndex, Ptr<DcaTxop> > Queues;
typedef std::vector<Ptr<MeshWifiInterfaceMacPlugin> > PluginList;
///\name Wifi MAC internals
//\{