wifi: Move m_stateLogger to private in WifiPhyStateHelper

This commit is contained in:
Sébastien Deronne
2017-03-06 21:09:36 +01:00
parent 1801fc6c19
commit efbfce88c7

View File

@@ -186,9 +186,6 @@ public:
*/
void SwitchFromSleep (Time duration);
/** \todo Why is this public? */
TracedCallback<Time, Time, WifiPhy::State> m_stateLogger;
/**
* TracedCallback signature for state changes.
*
@@ -291,6 +288,11 @@ private:
*/
void DoSwitchFromRx (void);
/**
* The trace source fired when state is changed.
*/
TracedCallback<Time, Time, WifiPhy::State> m_stateLogger;
bool m_rxing; ///< receiving
bool m_sleeping; ///< sleeping
Time m_endTx; ///< end transmit