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/08/01 05:42:09 UTC

[GitHub] [zookeeper] adamyi opened a new pull request, #1912: ZOOKEEPER-4604: Creating a COMPLETION_STRING_STAT overrides acl_result completion

adamyi opened a new pull request, #1912:
URL: https://github.com/apache/zookeeper/pull/1912

   c->c is a union so setting c.acl_result would override c.string_stat_result.
   
   However, since they're all function pointers pointing to the same function, this won't cause any issue as c.string_stat_result is still correct. This might cause issue if we change the type of these completions in the future.
   
   This also mak


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