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
2099
2099
* \note On success, the XML component replaces the previously enabled
2100
2100
* component (if any), but the topology is not actually modified until
2101
2101
* 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.
2102
2106
*/
2103
2107
HWLOC_DECLSPEC int hwloc_topology_set_xml (hwloc_topology_t __hwloc_restrict topology , const char * __hwloc_restrict xmlpath );
2104
2108
@@ -2128,6 +2132,10 @@ HWLOC_DECLSPEC int hwloc_topology_set_xml(hwloc_topology_t __hwloc_restrict topo
2128
2132
* \note On success, the XML component replaces the previously enabled
2129
2133
* component (if any), but the topology is not actually modified until
2130
2134
* 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.
2131
2139
*/
2132
2140
HWLOC_DECLSPEC int hwloc_topology_set_xmlbuffer (hwloc_topology_t __hwloc_restrict topology , const char * __hwloc_restrict buffer , int size );
2133
2141
You can’t perform that action at this time.
0 commit comments