File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2099,6 +2099,10 @@ HWLOC_DECLSPEC int hwloc_topology_set_synthetic(hwloc_topology_t __hwloc_restric
20992099 * \note On success, the XML component replaces the previously enabled
21002100 * component (if any), but the topology is not actually modified until
21012101 * hwloc_topology_load().
2102+ *
2103+ * \note If an invalid XML input file is given, the error may be reported
2104+ * either here or later by hwloc_topology_load() depending on the XML library
2105+ * used by hwloc.
21022106 */
21032107HWLOC_DECLSPEC int hwloc_topology_set_xml (hwloc_topology_t __hwloc_restrict topology , const char * __hwloc_restrict xmlpath );
21042108
@@ -2128,6 +2132,10 @@ HWLOC_DECLSPEC int hwloc_topology_set_xml(hwloc_topology_t __hwloc_restrict topo
21282132 * \note On success, the XML component replaces the previously enabled
21292133 * component (if any), but the topology is not actually modified until
21302134 * hwloc_topology_load().
2135+ *
2136+ * \note If an invalid XML input file is given, the error may be reported
2137+ * either here or later by hwloc_topology_load() depending on the XML library
2138+ * used by hwloc.
21312139 */
21322140HWLOC_DECLSPEC int hwloc_topology_set_xmlbuffer (hwloc_topology_t __hwloc_restrict topology , const char * __hwloc_restrict buffer , int size );
21332141
You can’t perform that action at this time.
0 commit comments