mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Add GetType() to UnmanagedRegion
This commit is contained in:
@@ -51,6 +51,8 @@ class UnmanagedRegion final : public fair::mq::UnmanagedRegion
|
||||
void SetLinger(uint32_t /* linger */) override { LOG(debug) << "ZeroMQ UnmanagedRegion linger option not implemented. Acknowledgements are local."; }
|
||||
uint32_t GetLinger() const override { LOG(debug) << "ZeroMQ UnmanagedRegion linger option not implemented. Acknowledgements are local."; return 0; }
|
||||
|
||||
Transport GetType() const override { return Transport::ZMQ; }
|
||||
|
||||
virtual ~UnmanagedRegion()
|
||||
{
|
||||
LOG(debug) << "destroying region " << fId;
|
||||
|
Reference in New Issue
Block a user