[Click] [PATCH] Protected access in LinkTable

Roberto Riggio roberto.riggio at create-net.org
Tue Feb 17 12:55:05 EST 2009


Hi,

I'm wondering if it would be possible to the following change in the 
LinkTable element. 

--

diff --git a/elements/wifi/linktable.hh b/elements/wifi/linktable.hh
index 68d8eea..f32d6d2 100644
--- a/elements/wifi/linktable.hh
+++ b/elements/wifi/linktable.hh
@@ -126,7 +126,7 @@ public:
   IPTable _blacklist;
 
   Timestamp dijkstra_time;
-private:
+protected:
   class LinkInfo {
   public:
     IPAddress _from;


More information about the click mailing list