attach_options: use size_t for lxc_groups_t

parent 9475d2b9
...@@ -54,7 +54,7 @@ enum { ...@@ -54,7 +54,7 @@ enum {
typedef int (*lxc_attach_exec_t)(void* payload); typedef int (*lxc_attach_exec_t)(void* payload);
typedef struct lxc_groups_t { typedef struct lxc_groups_t {
int size; size_t size;
gid_t *list; gid_t *list;
} lxc_groups_t; } lxc_groups_t;
......
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