pmt: add interrupt signal handler etc.

This commit is contained in:
2025-08-18 22:24:42 +03:00
parent 58330fddf4
commit 366bb28612
3 changed files with 25 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ struct _entry {
* The main type of the library. The Builder class is designed
* to be easily manipulated and modified only on this class.
*/
class basic_partition_map final {
class basic_partition_map {
private:
void _resize_map();