fgerlits commented on a change in pull request #1123:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1123#discussion_r667071011



##########
File path: libminifi/include/core/FlowConfiguration.h
##########
@@ -162,6 +165,8 @@ class FlowConfiguration : public CoreComponent {
     }
   }
 
+  gsl::not_null<utils::ChecksumCalculator*> getChecksumCalculator() { return 
gsl::make_not_null(&checksum_calculator_); }

Review comment:
       Yes, good idea, that makes things simpler.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to