commit | cf35a2ed4b67381e9f82e69d6ebf15c905bed63d | [log] [tgz] |
---|---|---|
author | T.J. Mercier <tjmercier@google.com> | Tue Nov 07 15:35:35 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 07 15:35:35 2023 +0000 |
tree | eb763a97f333ab059d4b1177e24f530a59bed0dc | |
parent | 49d3cdc90b05863db13b2798f852db0df79b1af4 [diff] | |
parent | 9431b63a7c3ed7648ae3a637e02a3c9e102f5bb9 [diff] |
Merge "libprocessgroup: Internal linkage for removeAllProcessGroupsInternal" into main
diff --git a/libprocessgroup/processgroup.cpp b/libprocessgroup/processgroup.cpp index 9af2682..d352f0e 100644 --- a/libprocessgroup/processgroup.cpp +++ b/libprocessgroup/processgroup.cpp
@@ -275,7 +275,7 @@ return empty; } -void removeAllProcessGroupsInternal(bool empty_only) { +static void removeAllProcessGroupsInternal(bool empty_only) { std::vector<std::string> cgroups; std::string path, memcg_apps_path;