martinzink commented on code in PR #2096:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2096#discussion_r3074233377
##########
Extensions.md:
##########
@@ -77,7 +77,9 @@ extern "C" void MinifiInitCppExtension(MinifiExtension*
extension, MinifiConfig*
.deinit = nullptr,
.user_data = nullptr,
.processors_count = 0,
- .processors_ptr = nullptr
+ .processors_ptr = nullptr,
+ .controller_services_count = 0,
+ .controller_services_ptr = nullptr,
Review Comment:
I'll further update the documentations in #2153 where I introduced some
helper functions which will be the recommended way to use the stable api from
C++
--
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]