Merge pull request #20 from NiR-/fix-lxc-devel

Correcting compilation for the last lxc development version.
This commit is contained in:
Andre Nathan 2014-06-09 09:35:45 -03:00
commit c2518f1a7a

View file

@ -51,20 +51,6 @@ struct container_data {
struct lxc_container *container;
};
struct bdev_specs {
char *fstype;
uint64_t fssize; // fs size in bytes
struct {
char *zfsroot;
} zfs;
struct {
char *vg;
char *lv;
char *thinpool; // lvm thin pool to use, if any
} lvm;
char *dir;
};
static char **
ruby_to_c_string_array(VALUE rb_arr)
{