martinzink commented on code in PR #2205:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2205#discussion_r3534729151


##########
libminifi/test/integration/extension-verification-test/CApiExtension.cpp:
##########
@@ -40,17 +40,17 @@ class DummyCProcessor : public 
minifi::api::core::ProcessorImpl {
   static constexpr bool IsSingleThreaded = true;
 };
 
-CEXTENSIONAPI const uint32_t MinifiApiVersion = MINIFI_TEST_API_VERSION;
+CEXTENSIONAPI const uint32_t minifi_api_version = MINIFI_TEST_API_VERSION;

Review Comment:
   there is already a symbol MINIFI_API_VERSION in the header which is the 
constant that tells what version the header is at 



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