GitHub user phrocker opened a pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/47

    MINIFI-190: Creating initial commit with additional tests

    Additional tests will be updated in separate tickets as needed.
    
    Resolves MINIFI-194 by using a semaphore in place of the
    FlowController instance. Stop is performed outside of the
    signal handler to avoid synchronicity issues.
    
    Resolves MINIFI-192 by using lock_guard based on a conditional
    
    Resolves issues found with MINIFI-190 regarding GetFile. Added
    pragma definitions for GCC < 4.9

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/phrocker/nifi-minifi-cpp MINIFI-190

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi-cpp/pull/47.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #47
    
----
commit e3ed8da1739288774a018c8b2422073802362014
Author: Marc Parisi <phroc...@apache.org>
Date:   2017-02-03T14:23:42Z

    MINIFI-190: Creating initial commit with changes found
    
    Resolves MINIFI-194 by using a semaphore in place of the
    FlowController instance. Stop is performed outside of the
    signal handler to avoid synchronicity issues.
    
    Resolves MINIFI-192 by using lock_guard based on a conditional
    
    Resolves issues found with MINIFI-190 regarding GetFile. Added
    pragma definitions for GCC < 4.9

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to