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

12 lines
211 B
C++

--- bgp/harness/coord.hh.orig 2012-01-11 17:56:10 UTC
+++ bgp/harness/coord.hh
@@ -42,7 +42,9 @@ public:
private:
bool _done;
+public:
EventLoop& _eventloop;
+private:
Command& _command;
};