summaryrefslogtreecommitdiff
path: root/src/monitor.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-23 01:20:04 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-23 01:20:04 +0200
commit4f9cb7f330beab9fb09f52421b2dbd15835476e2 (patch)
tree328517eb3aeea310d0328c08953f57ae663e8d75 /src/monitor.hh
parentc278eac390bd37c5ca8b319ed15605211822c08f (diff)
Add proxy to GUI
Access via "Setup..." in main menu Uses a socketpair to connect monitor so only proxy port is open
Diffstat (limited to 'src/monitor.hh')
-rw-r--r--src/monitor.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monitor.hh b/src/monitor.hh
index 83652ee..6c2a557 100644
--- a/src/monitor.hh
+++ b/src/monitor.hh
@@ -53,6 +53,7 @@ public:
Looper* looper, Resolver* resolver, Delegate* delegate);
virtual void connect(std::string const& host, uint16_t port) = 0;
+ virtual void connect(int fd) = 0;
virtual void disconnect() = 0;
virtual void attach() = 0;