You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things like DiskPartitionInfo exist just to hold the count of partitions. cpslib is a low level library so it should be fine to have two functions get_partition_count and then get_partition_info to get the list of paritions and the information. This will allow us to drop one struct.
The text was updated successfully, but these errors were encountered:
Things like
DiskPartitionInfo
exist just to hold the count of partitions.cpslib
is a low level library so it should be fine to have two functionsget_partition_count
and thenget_partition_info
to get the list of paritions and the information. This will allow us to drop one struct.The text was updated successfully, but these errors were encountered: