lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
428 stars 77 forks source link

lxc-binding: detect lxc_groups_t support through macro #149

Closed brauner closed 3 years ago

brauner commented 3 years ago

In 1 we're adding macros for all enums. The LXC_ATTACH_SETGROUPS enum guards the lxc_groups_t feature. So when we also have a define for LXC_ATTACH_SETGROUPS in addition to the enum we know LXC will have lxc_groups_t defined and we don't need to do it.

Signed-off-by: Christian Brauner christian.brauner@ubuntu.com