Skip to content

Commit 3f6eee3

Browse files
author
ndenoyelle
committed
distrib API renaming
Signed-off-by: ndenoyelle <[email protected]>
1 parent 51be27c commit 3f6eee3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/hwloc/rename.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,14 @@ extern "C" {
357357
#define hwloc_get_obj_below_array_by_type HWLOC_NAME(get_obj_below_array_by_type)
358358
#define hwloc_distrib_flags_e HWLOC_NAME(distrib_flags_e)
359359
#define HWLOC_DISTRIB_FLAG_REVERSE HWLOC_NAME_CAPS(DISTRIB_FLAG_REVERSE)
360+
#define HWLOC_DISTRIB_FLAG_SHUFFLE HWLOC_NAME_CAPS(DISTRIB_FLAG_SHUFFLE)
360361
#define hwloc_distrib HWLOC_NAME(distrib)
362+
#define hwloc_distrib_iterator_next HWLOC_NAME(distrib_iterator_next)
363+
#define hwloc_distrib_destroy_iterator HWLOC_NAME(distrib_destroy_iterator)
364+
#define hwloc_distrib_build_iterator HWLOC_NAME(distrib_build_iterator)
365+
#define hwloc_distrib_iterator_scatter HWLOC_NAME(distrib_iterator_scatter)
366+
#define hwloc_distrib_iterator_round_robin HWLOC_NAME(distrib_iterator_round_robin)
367+
#define hwloc_distrib_iterator HWLOC_NAME(distrib_iterator)
361368
#define hwloc_alloc_membind_policy HWLOC_NAME(alloc_membind_policy)
362369
#define hwloc_alloc_membind_policy_nodeset HWLOC_NAME(alloc_membind_policy_nodeset)
363370
#define hwloc_topology_get_complete_cpuset HWLOC_NAME(topology_get_complete_cpuset)

0 commit comments

Comments
 (0)