Loading libprocessgroup/processgroup.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ static bool RemoveUidCgroups(const std::string& uid_path, bool empty_only) { return empty; } void removeAllProcessGroupsInternal(bool empty_only) { static void removeAllProcessGroupsInternal(bool empty_only) { std::vector<std::string> cgroups; std::string path, memcg_apps_path; Loading Loading
libprocessgroup/processgroup.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ static bool RemoveUidCgroups(const std::string& uid_path, bool empty_only) { return empty; } void removeAllProcessGroupsInternal(bool empty_only) { static void removeAllProcessGroupsInternal(bool empty_only) { std::vector<std::string> cgroups; std::string path, memcg_apps_path; Loading