Commit 75b75015 authored by Dominik Charousset's avatar Dominik Charousset

Merge pull request #1020

parents d5f028e2 6bdf660c
...@@ -212,6 +212,8 @@ public: ...@@ -212,6 +212,8 @@ public:
return i->second.ptr; return i->second.ptr;
} }
using downstream_manager::close;
void close() override { void close() override {
CAF_LOG_TRACE(CAF_ARG(paths_)); CAF_LOG_TRACE(CAF_ARG(paths_));
for (auto ptr : ptrs_) for (auto ptr : ptrs_)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment