repo.or.cz
/
libvirt
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
m4: Fix check for yajl.pc
[libvirt/ericb.git]
/
src
/
lxc_protocol-structs
blob
eb541721bcb7cf1cdef07708510d17c735df0e75
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;
10
};
11
enum lxc_procedure {
12
LXC_PROC_DOMAIN_OPEN_NAMESPACE = 1,
13
};