Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/62#discussion_r104432714
  
    --- Diff: libminifi/include/Connection.h ---
    @@ -180,7 +184,8 @@ class Connection
        std::atomic<uint64_t> _maxQueueDataSize;
        //! Flow File Expiration Duration in= MilliSeconds
        std::atomic<uint64_t> _expiredDuration;
    -
    +   //! UUID string
    +   std::string _uuidStr;
    --- End diff --
    
    We're making a transition to the google code style. I don't think 
consistency in a class is a concern now since we're in such flux. Doing that 
will help me avoid having to do new members. 


---
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