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

Unified Diff: src/uan/model/uan-net-device.h

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/uan/model/uan-net-device.h
===================================================================
--- a/src/uan/model/uan-net-device.h
+++ b/src/uan/model/uan-net-device.h
@@ -126,6 +126,10 @@
virtual bool SupportsSendFrom (void) const;
virtual void AddLinkChangeCallback (Callback<void> callback);
virtual void SetAddress (Address address);
+ virtual QueueState GetQueueState (uint32_t index);
+ virtual uint32_t GetNQueues (void);
+ virtual bool IsTxPathBlocked (void);
+ virtual void SetQueueStateChangeCallback (Callback<void,uint32_t> callback);
private:
virtual void ForwardUp (Ptr<Packet> pkt, const UanAddress &src);
Ptr<UanChannel> DoGetChannel (void) const;

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