mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
12 lines
255 B
C++
12 lines
255 B
C++
--- ./bgp/harness/coord.hh.orig 2010-07-19 21:10:33.000000000 +0000
|
|
+++ ./bgp/harness/coord.hh 2014-02-26 21:17:13.000000000 +0000
|
|
@@ -42,7 +42,9 @@
|
|
|
|
private:
|
|
bool _done;
|
|
+public:
|
|
EventLoop& _eventloop;
|
|
+private:
|
|
Command& _command;
|
|
};
|
|
|