You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2021/09/19 18:17:29 UTC

[GitHub] [celix] rbulter commented on a change in pull request #367: Use etcd header index instead of modified index for ETCD GET call

rbulter commented on a change in pull request #367:
URL: https://github.com/apache/celix/pull/367#discussion_r711782709



##########
File path: libs/etcdlib/src/etcd.c
##########
@@ -143,6 +143,7 @@ int etcd_get(const char* key, char** value, int* modifiedIndex) {
 int etcdlib_get(etcdlib_t *etcdlib, const char* key, char** value, int* modifiedIndex) {
 	json_t *js_root = NULL;
 	json_t *js_node = NULL;
+    json_t *js_index = NULL;

Review comment:
       Idents solved




-- 
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: dev-unsubscribe@celix.apache.org

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