You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2020/06/04 16:50:11 UTC

[nifi-minifi-cpp] branch master updated (516e231 -> 6b75620)

This is an automated email from the ASF dual-hosted git repository.

aboda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from 516e231  MINIFICPP-1245 - Sleep/hibernate breaks timer driven scheduler logic.
     add 6b75620  MINIFICPP-1202 - Change request/response queues in C2Agent from locked vectors to ConcurrentQueues

No new revisions were added by this update.

Summary of changes:
 libminifi/include/c2/C2Agent.h                     | 19 ++----
 libminifi/include/utils/MinifiConcurrentQueue.h    | 14 ++++
 libminifi/src/c2/C2Agent.cpp                       | 74 ++++++++++++----------
 libminifi/test/unit/MinifiConcurrentQueueTests.cpp | 16 +++++
 4 files changed, 76 insertions(+), 47 deletions(-)