]> git.proxmox.com Git - mirror_lxcfs.git/commit
bindings: add infrastructure for cgroup2 support
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 20 Feb 2020 15:30:47 +0000 (16:30 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 20 Feb 2020 15:39:25 +0000 (16:39 +0100)
commit5fbea8a61d4b57ca83cba4ceb1bbf0a4ce4224ed
treede6f6bdab20a5f918eae047aea78a259f96b6a59
parent0db75995a4a18162b7e17eb57a81a9e010d46e12
bindings: add infrastructure for cgroup2 support

Mostly based on code I've written for liblxc.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
14 files changed:
Makefile.am
bindings.c
bindings.h
cgroups/cgfsng.c [new file with mode: 0644]
cgroups/cgroup.c [new file with mode: 0644]
cgroups/cgroup.h [new file with mode: 0644]
cgroups/cgroup2_devices.c [new file with mode: 0644]
cgroups/cgroup2_devices.h [new file with mode: 0644]
cgroups/cgroup_utils.c [new file with mode: 0644]
cgroups/cgroup_utils.h [new file with mode: 0644]
configure.ac
macro.h
memory_utils.h
sysfs_fuse.c