Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace kvtree get/set int64 with ptr? #49

Open
adammoody opened this issue Jun 1, 2019 · 1 comment
Open

Replace kvtree get/set int64 with ptr? #49

adammoody opened this issue Jun 1, 2019 · 1 comment

Comments

@adammoody
Copy link
Contributor

Regarding

rc = kvtree_util_set_int64(file_list, AXL_KEY_PTHREAD_DATA, (int64_t) pdata);

There is a kvtree_util_get/set_ptr if you're looking for it.

https://github.com/ECP-VeloC/KVTree/blob/c3e57de7ad9cb5a0bfeba30ee5e766293979de34/src/kvtree_util.h#L33

@tonyhutter
Copy link
Collaborator

Good to know. We should update doc/rst/users/api.rst to include it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants