src/ucx/utils.h

changeset 312
e1e3b768ae8b
parent 311
e1f3248576bc
child 313
b7753273f0fd
     1.1 --- a/src/ucx/utils.h	Mon May 14 18:19:16 2018 +0200
     1.2 +++ b/src/ucx/utils.h	Mon May 14 18:20:56 2018 +0200
     1.3 @@ -232,7 +232,7 @@
     1.4   * @return -1 if ptr1 is less than ptr2, 0 if both are equal,
     1.5   * 1 if ptr1 is greater than ptr2
     1.6   */
     1.7 -int ucx_ptrcmp(const void *ptr1, const void *ptr2, void *data);
     1.8 +int ucx_cmp_ptr(const void *ptr1, const void *ptr2, void *data);
     1.9  
    1.10  /**
    1.11   * Compares two memory areas.

mercurial