Skip to content

Commit 6d5e036

Browse files
committed
API: clarify in filter doc that MemCaches are ignored by default
It was specified in the object type definition, not in the filter API def. Refs #622. Signed-off-by: Brice Goglin <[email protected]>
1 parent 3f6935a commit 6d5e036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hwloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2520,7 +2520,7 @@ HWLOC_DECLSPEC const struct hwloc_topology_support *hwloc_topology_get_support(h
25202520
/** \brief Type filtering flags.
25212521
*
25222522
* By default, most objects are kept (::HWLOC_TYPE_FILTER_KEEP_ALL).
2523-
* Instruction caches, I/O and Misc objects are ignored by default (::HWLOC_TYPE_FILTER_KEEP_NONE).
2523+
* Instruction caches, memory-side caches, I/O and Misc objects are ignored by default (::HWLOC_TYPE_FILTER_KEEP_NONE).
25242524
* Die and Group levels are ignored unless they bring structure (::HWLOC_TYPE_FILTER_KEEP_STRUCTURE).
25252525
*
25262526
* Note that group objects are also ignored individually (without the entire level)

0 commit comments

Comments
 (0)