hpc / quo-vadis

A cross-stack coordination layer to dynamically map runtime components to hardware resources
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Provide safer accessors to raw bitmap data. #174

Closed samuelkgutierrez closed 2 weeks ago

samuelkgutierrez commented 2 weeks ago

Provide two methods to gain access to internal bitmap data from a qvi_hwloc_bitmap_s. One provides read-only access (cdata()) and the other provides write access (data()). This prevents accidental overwriting of qvi_hwloc_bitmap_s data.