Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(852)

Unified Diff: src/mesh/model/dot11s/airtime-metric.h

Issue 10975043: Fix building with Clang 3.2 (brute force approach) (Closed)
Patch Set: Rebased on ns-3-dev 10211:1af765ed27c8 Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/mesh/model/dot11s/airtime-metric.h
===================================================================
--- a/src/mesh/model/dot11s/airtime-metric.h
+++ b/src/mesh/model/dot11s/airtime-metric.h
@@ -47,14 +47,6 @@
void SetTestLength (uint16_t testLength);
void SetHeaderTid (uint8_t tid);
private:
- /// Overhead expressed in nanoseconds:DIFS + SIFS + 2 * PREAMBLE + ACK
- uint32_t m_overheadNanosec;
- /// Bt value
- uint32_t m_testLength;
- /// header length (used in overhead)
- uint16_t m_headerLength;
- /// meshHeader length (minimum 6 octets)
- uint16_t m_meshHeaderLength;
Ptr<Packet> m_testFrame;
WifiMacHeader m_testHeader;
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b