Unverified Commit cbeb79dd by Stéphane Graber Committed by GitHub

Merge pull request #3232 from brauner/2019-12-17/cgroup2_api_extension

api_extensions: advertise cgroup2 support
parents 56cf2a57 ad92bbcd
...@@ -37,6 +37,7 @@ static char *api_extensions[] = { ...@@ -37,6 +37,7 @@ static char *api_extensions[] = {
#ifdef HAVE_STRUCT_BPF_CGROUP_DEV_CTX #ifdef HAVE_STRUCT_BPF_CGROUP_DEV_CTX
"cgroup2_devices", "cgroup2_devices",
#endif #endif
"cgroup2",
}; };
static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions); static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment