freebsd-ports/net/xorp/files/patch-rtrmgr__template_commands.hh
Antoine Brodin 54dc2eefda - Update to 1.8.5
- Unbreak and unexpire
- Stage support

PR:		ports/186982
Submitted by:	Johannes 5 Joemann
2014-02-26 21:54:59 +00:00

20 lines
553 B
C++

--- ./rtrmgr/template_commands.hh.orig 2011-03-16 21:16:14.000000000 +0000
+++ ./rtrmgr/template_commands.hh 2014-02-26 21:17:13.000000000 +0000
@@ -78,6 +78,8 @@
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 @@
string _request;
list<string> _split_response;
string _response;
- const XRLdb* _xrldb;
+ // const XRLdb* _xrldb;
};
class ProgramAction : public Action {