summaryrefslogtreecommitdiff
path: root/src/lxc_protocol-structs
blob: eb541721bcb7cf1cdef07708510d17c735df0e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- c -*- */
struct remote_nonnull_domain {
        remote_nonnull_string      name;
        remote_uuid                uuid;
        int                        id;
};
struct lxc_domain_open_namespace_args {
        remote_nonnull_domain      dom;
        u_int                      flags;
};
enum lxc_procedure {
        LXC_PROC_DOMAIN_OPEN_NAMESPACE = 1,
};