diff -r e1f3248576bc -r e1e3b768ae8b src/ucx/utils.h --- a/src/ucx/utils.h Mon May 14 18:19:16 2018 +0200 +++ b/src/ucx/utils.h Mon May 14 18:20:56 2018 +0200 @@ -232,7 +232,7 @@ * @return -1 if ptr1 is less than ptr2, 0 if both are equal, * 1 if ptr1 is greater than ptr2 */ -int ucx_ptrcmp(const void *ptr1, const void *ptr2, void *data); +int ucx_cmp_ptr(const void *ptr1, const void *ptr2, void *data); /** * Compares two memory areas.