Skip to content

Commit c2518f1

Browse files
committed
Merge pull request lxc#20 from NiR-/fix-lxc-devel
Correcting compilation for the last lxc development version.
2 parents 25b91f2 + 8e8d8cc commit c2518f1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

ext/lxc/lxc.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,6 @@ struct container_data {
5151
struct lxc_container *container;
5252
};
5353

54-
struct bdev_specs {
55-
char *fstype;
56-
uint64_t fssize; // fs size in bytes
57-
struct {
58-
char *zfsroot;
59-
} zfs;
60-
struct {
61-
char *vg;
62-
char *lv;
63-
char *thinpool; // lvm thin pool to use, if any
64-
} lvm;
65-
char *dir;
66-
};
67-
6854
static char **
6955
ruby_to_c_string_array(VALUE rb_arr)
7056
{

0 commit comments

Comments
 (0)