src/devices/mesh/mesh-wifi-interface-mac.h
changeset 6331 eee2eab36748
parent 6080 41ee42654550
child 6673 ec22aa763e2d
--- 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
   //\{