Check if already mounted before mounting

This commit is contained in:
Vitaliy Filippov
2024-03-16 13:24:36 +03:00
parent 05f5f46162
commit 5b747c12ec
6 changed files with 41 additions and 15 deletions
+1
View File
@@ -66,6 +66,7 @@ public:
void daemonize();
void write_pid();
void mount_fs();
void check_already_mounted();
void check_exit();
};