Codebase list libvirt / upstream/1.1.4_rc2 src / lxc_protocol-structs
upstream/1.1.4_rc2

Tree @upstream/1.1.4_rc2 (Download .tar.gz)

lxc_protocol-structs @upstream/1.1.4_rc2raw · 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,
};