Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf35a2ed authored by T.J. Mercier's avatar T.J. Mercier Committed by Gerrit Code Review
Browse files

Merge "libprocessgroup: Internal linkage for removeAllProcessGroupsInternal" into main

parents 49d3cdc9 9431b63a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;