| 95 | #endif |
| 96 | |
| 97 | void |
| 98 | Volume::clear() |
| 99 | { |
| 100 | _size.assign(0); |
| 101 | _stripes.clear(); |
| 102 | } |
| 103 | /* --------------------------------------------------------------------------------------- */ |
| 104 | /// Data parsed from the volume config file. |
| 105 | struct VolumeConfig { |
no test coverage detected