You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2022/07/11 03:02:12 UTC

[GitHub] [zookeeper] gjcarrette commented on a diff in pull request #1893: ZOOKEEPER-4556: function zoo_version_str

gjcarrette commented on code in PR #1893:
URL: https://github.com/apache/zookeeper/pull/1893#discussion_r917508301


##########
zookeeper-client/zookeeper-client-c/include/zookeeper.h:
##########
@@ -669,6 +669,20 @@ ZOOAPI sasl_callback_t *zoo_sasl_make_basic_callbacks(const char *user,
 
 #endif /* HAVE_CYRUS_SASL_H */
 
+
+/**
+ * \brief return the zookeeper MAJOR.MINOR.PATCH version as a string
+ *
+ * This method allows a calling program to determine at runtime if the
+ * version of the dynamically loaded zookeeper library is the same as
+ * the version of the library when the calling program was compiled.

Review Comment:
   Will do.



-- 
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: notifications-unsubscribe@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org