mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Deactivate control band monitor socket
This commit is contained in:
committed by
Dennis Klein
parent
ba4e6f72c9
commit
91025cbc88
@@ -79,14 +79,6 @@ class Context
|
||||
|
||||
struct ContextError : std::runtime_error { using std::runtime_error::runtime_error; };
|
||||
|
||||
template<typename Derived, typename Base, typename Del>
|
||||
std::unique_ptr<Derived, Del>
|
||||
static_unique_ptr_downcast( std::unique_ptr<Base, Del>&& p )
|
||||
{
|
||||
auto d = static_cast<Derived *>(p.release());
|
||||
return std::unique_ptr<Derived, Del>(d, std::move(p.get_deleter()));
|
||||
}
|
||||
|
||||
} /* namespace ofi */
|
||||
} /* namespace mq */
|
||||
} /* namespace fair */
|
||||
|
Reference in New Issue
Block a user