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

Commit 9431b63a authored by T.J. Mercier's avatar T.J. Mercier
Browse files

libprocessgroup: Internal linkage for removeAllProcessGroupsInternal

This function is internal and shouldn't be visible externally.

Bug: 301871933
Change-Id: Ie8261795fa8b010c47da667f21e61949d7a9ae00
parent 49d3cdc9
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;