Added maps parser and fixed child zygote namespaces

This commit is contained in:
snake-4
2024-04-09 22:35:40 +02:00
parent 08547864cd
commit 6f4d78b0fc
8 changed files with 180 additions and 46 deletions

View File

@@ -12,10 +12,10 @@ public:
const std::string &filesystem_type, const std::string &mount_source,
const std::string &super_options);
const int &getMountId() const;
const int &getParentId() const;
const int &getMajor() const;
const int &getMinor() const;
int getMountId() const;
int getParentId() const;
int getMajor() const;
int getMinor() const;
const std::string &getRoot() const;
const std::string &getMountPoint() const;
const std::unordered_map<std::string, std::string> &getMountOptions() const;