]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/nspawn/nspawn-cgroup.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / nspawn / nspawn-cgroup.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
34829a32
LP
2#pragma once
3
34829a32 4#include <stdbool.h>
71d35b6b 5#include <sys/types.h>
34829a32 6
5da38d07
TH
7#include "cgroup-util.h"
8
de54e02d 9int chown_cgroup(pid_t pid, CGroupUnified unified_requested, uid_t uid_shift);
f0bef277 10int sync_cgroup(pid_t pid, CGroupUnified unified_requested, uid_t uid_shift);
720f0a2f 11int create_subcgroup(pid_t pid, bool keep_unit, CGroupUnified unified_requested);