ports/net/xorp/files/patch-fea__fibconfig.hh
Hiroki Sato 0a0906700b - Use USE_GITHUB.
- Add USE_LDCONFIG when SHARED is enabled.
- Use OPTIONS_SUB.
- Use {opt}_FOO wherever possible.
- Normalize patch files.
- Take maintainership.
2015-09-07 19:04:23 +00:00

18 lines
476 B
C++

--- 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;