qemu: Fix leak in qemuProcessInitCpuAffinity()
[libvirt/ericb.git] / src / lxc_protocol-structs
blobeb541721bcb7cf1cdef07708510d17c735df0e75
1 /* -*- c -*- */
2 struct remote_nonnull_domain {
3         remote_nonnull_string      name;
4         remote_uuid                uuid;
5         int                        id;
6 };
7 struct lxc_domain_open_namespace_args {
8         remote_nonnull_domain      dom;
9         u_int                      flags;
11 enum lxc_procedure {
12         LXC_PROC_DOMAIN_OPEN_NAMESPACE = 1,