Skip to content

Commit

Permalink
build: add new file, for lxc_protocol checking
Browse files Browse the repository at this point in the history
Commit 509eb51 added lxc_protocol.x; but without the initial
checkin of src/lxc_protocol-structs, 'make check' would fail for
anyone with pdwtags installed:
make[3]: *** No rule to make target `lxc_protocol-structs', needed by `check-protocol'.  Stop.

* src/lxc_protocol-structs: New file.
  • Loading branch information
ebblake committed Jan 15, 2013
1 parent 2b1cd1f commit 0899322
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/lxc_protocol-structs
Original file line number Diff line number Diff line change
@@ -0,0 +1,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,
};

0 comments on commit 0899322

Please sign in to comment.