mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-14 17:16:47 +00:00
ofi: fix Events() signature
This commit is contained in:
parent
6e567ba496
commit
b31c64a871
|
@ -41,7 +41,7 @@ class Socket final : public fair::mq::Socket
|
|||
|
||||
auto GetId() const -> std::string override { return fId; }
|
||||
|
||||
auto Events(uint32_t *events) -> void override { *events = 0; }
|
||||
auto Events(uint32_t *events) -> int override { *events = 0; }
|
||||
auto Bind(const std::string& address) -> bool override;
|
||||
auto Connect(const std::string& address) -> bool override;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user