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

Unified Diff: src/wimax/model/wimax-net-device.cc

Issue 4664057: Netdevice queue feedback support
Patch Set: Netdevice queue support Created 12 years, 9 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
« src/network/model/net-device.h ('K') | « src/wimax/model/wimax-net-device.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wimax/model/wimax-net-device.cc
===================================================================
--- a/src/wimax/model/wimax-net-device.cc
+++ b/src/wimax/model/wimax-net-device.cc
@@ -640,4 +640,25 @@
*/
NS_FATAL_ERROR ("Not implemented-- please implement and contribute a patch");
}
+
+QueueState
+WimaxNetDevice::GetQueueState (uint32_t index)
+{
+ QueueState qs;
+ return qs;
+}
+uint32_t
+WimaxNetDevice::GetNQueues (void)
+{
+ return 0;
+}
+bool
+WimaxNetDevice::IsTxPathBlocked (void)
+{
+ return false;
+}
+void
+WimaxNetDevice::SetQueueStateChangeCallback (Callback<void,uint32_t> callback)
+{}
+
} // namespace ns3
« src/network/model/net-device.h ('K') | « src/wimax/model/wimax-net-device.h ('k') | no next file » | no next file with comments »

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