Codebase list libvirt / upstream/6.0.0_rc1 src / lxc_protocol-structs
upstream/6.0.0_rc1

Tree @upstream/6.0.0_rc1 (Download .tar.gz)

lxc_protocol-structs @upstream/6.0.0_rc1raw · history · blame

/* -*- 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,
};