diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/curl/Global.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/curl/Global.hxx b/src/lib/curl/Global.hxx index 9591b3f80..8669234c2 100644 --- a/src/lib/curl/Global.hxx +++ b/src/lib/curl/Global.hxx @@ -46,6 +46,8 @@ class CurlGlobal final : TimeoutMonitor, DeferredMonitor { public: explicit CurlGlobal(EventLoop &_loop); + using TimeoutMonitor::GetEventLoop; + void Add(CURL *easy, CurlRequest &request); void Remove(CURL *easy); |