Commit Graph

12 Commits

Author SHA1 Message Date
Alexey Rybalchenko
b3292252bf convert log severities use to lowercase and remove use of MQLOG 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
6d97b86d37 Single Logger implementation for FairLogger & FairMQLogger 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
5e99fa2eab FairMQ: Add hint argument to the region callback, settable per message. 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
107ae0c5c2 Disable irrelevant test output (to workaround output scrambling) 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
efebda8135 FairMQ: Fix missing region acks if receiver doesn't call OnData & clean includes. 2018-05-02 13:51:55 +02:00
Mohammad Al-Turany
4e1cd9903b correct typo in copyright section 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
76017e2148 FairMQ: Add uuid generator to tools & let tests use it for session names. 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
5b091f7eec FairMQ: Add test for example/advanced/Region.
Also fix a regression in nanomsg transport.
2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
15479a58d1 FairMQ: Introduce callbacks for the FairMQUnmanagedRegion.
Callbacks are called when the data buffer of the message assiciated
with the corresponding region is no longer needed by the transport.
Example in examples/advanced/Region/
2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
773fc8633d FairMQ: shared memory unmanaged region updates:
- use same mapping for sender/receiver (created/remote) region.
 - rename FairMQRegion -> FairMQUnmanagedRegion.
2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
095c124ca8 Eliminate warnings in FairLink and FairMQ Plugins. 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
f6ee1cdf57 FairMQRegion and examples/advanced/Region 2018-05-02 13:51:55 +02:00