Skip to content

Commit

Permalink
api_extensions: add "pidfd"
Browse files Browse the repository at this point in the history
Somehow it's documented but wasn't ever added.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner authored and stgraber committed May 28, 2020
1 parent 53fbc12 commit c5acbe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lxc/api_extensions.h
Expand Up @@ -38,6 +38,7 @@ static char *api_extensions[] = {
"cgroup2_devices",
#endif
"cgroup2",
"pidfd",
};

static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions);
Expand Down

0 comments on commit c5acbe9

Please sign in to comment.