src/ucx/map.h

changeset 253
e19825a1430a
parent 251
fae240d633fc
child 259
2f5dea574a75
     1.1 --- a/src/ucx/map.h	Wed Oct 18 12:03:44 2017 +0200
     1.2 +++ b/src/ucx/map.h	Wed Oct 18 14:23:57 2017 +0200
     1.3 @@ -198,8 +198,7 @@
     1.4   * @param data additional data for the copy function
     1.5   * @return 0 on success or a non-zero value on memory allocation errors
     1.6   */
     1.7 -int ucx_map_copy(UcxMap *restrict from, UcxMap *restrict to,
     1.8 -        copy_func fnc, void *data);
     1.9 +int ucx_map_copy(UcxMap *from, UcxMap *to, copy_func fnc, void *data);
    1.10  
    1.11  /**
    1.12   * Clones the map and rehashes if necessary.

mercurial