summaryrefslogtreecommitdiff
path: root/net/xorp/files/patch-fea__fibconfig.hh
blob: d96e5e8fc16724d6eba6bccf33921c4e031b94b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- fea/fibconfig.hh.orig	2012-01-11 17:56:10 UTC
+++ fea/fibconfig.hh
@@ -736,12 +736,14 @@ public:
      */
     Trie6& trie6() { return _trie6; }
 
+    FeaNode&				_fea_node;
+
 protected:
     Trie4	_trie4;		// IPv4 trie (used for testing purpose)
     Trie6	_trie6;		// IPv6 trie (used for testing purpose)
     
 private:
-    FeaNode&				_fea_node;
+    // FeaNode&				_fea_node;
     EventLoop&				_eventloop;
 #ifndef XORP_DISABLE_PROFILE
     Profile&				_profile;