ports/net/xorp/files/patch-rtrmgr__template_commands.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

20 lines
518 B
C++

--- rtrmgr/template_commands.hh.orig 2012-01-11 17:56:10 UTC
+++ rtrmgr/template_commands.hh
@@ -78,6 +78,8 @@ public:
string related_module() const;
string affected_module() const;
+ const XRLdb* _xrldb;
+
private:
#ifdef DEBUG_XRLDB
bool check_xrl_is_valid(const list<string>& action,
@@ -92,7 +94,7 @@ private:
string _request;
list<string> _split_response;
string _response;
- const XRLdb* _xrldb;
+ // const XRLdb* _xrldb;
};
class ProgramAction : public Action {