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

Unified Diff: src/mesh/model/mesh-point-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
Index: src/mesh/model/mesh-point-device.cc
===================================================================
--- a/src/mesh/model/mesh-point-device.cc
+++ b/src/mesh/model/mesh-point-device.cc
@@ -469,4 +469,23 @@
m_fwdStats = Statistics ();
}
+QueueState
+MeshPointDevice::GetQueueState (uint32_t index)
+{
+ QueueState qs;
+ return qs;
+}
+uint32_t
+MeshPointDevice::GetNQueues (void)
+{
+ return 0;
+}
+bool
+MeshPointDevice::IsTxPathBlocked (void)
+{
+ return false;
+}
+void
+MeshPointDevice::SetQueueStateChangeCallback (Callback<void,uint32_t> callback)
+{}
} // namespace ns3

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