Skip to content

Commit 2826586

Browse files
committed
hwloc/plugins.h: distances backend API shouldn't be in the PCI group
Signed-off-by: Brice Goglin <[email protected]>
1 parent 4653744 commit 2826586

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

include/hwloc/plugins.h

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2013-2023 Inria. All rights reserved.
2+
* Copyright © 2013-2024 Inria. All rights reserved.
33
* Copyright © 2016 Cisco Systems, Inc. All rights reserved.
44
* See COPYING in top-level directory.
55
*/
@@ -649,6 +649,19 @@ HWLOC_DECLSPEC struct hwloc_obj * hwloc_pci_find_parent_by_busid(struct hwloc_to
649649
*/
650650
HWLOC_DECLSPEC struct hwloc_obj * hwloc_pci_find_by_busid(struct hwloc_topology *topology, unsigned domain, unsigned bus, unsigned dev, unsigned func);
651651

652+
653+
/** @} */
654+
655+
656+
657+
658+
/** \defgroup hwlocality_components_distances Components and Plugins: distances
659+
*
660+
* \note These structures and functions may change when ::HWLOC_COMPONENT_ABI is modified.
661+
*
662+
* @{
663+
*/
664+
652665
/** \brief Handle to a new distances structure during its addition to the topology. */
653666
typedef void * hwloc_backend_distances_add_handle_t;
654667

0 commit comments

Comments
 (0)