martinzink commented on code in PR #2224:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2224#discussion_r3711296385
##########
minifi-api/include/minifi-api.h:
##########
@@ -208,6 +208,7 @@ struct minifi_controller_service_definition {
struct minifi_extension_definition {
struct minifi_string_view name;
struct minifi_string_view version;
+ struct minifi_string_view group_name;
void (*deinit)(void* user_data);
void* user_data;
};
Review Comment:
we didnt release the api yet
--
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]