From 8e8d8cc25373ae92606fda4b3081abf26653039e Mon Sep 17 00:00:00 2001 From: NiR- Date: Mon, 9 Jun 2014 08:21:45 +0200 Subject: [PATCH] Correcting compilation for the last lxc development version. --- ext/lxc/lxc.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ext/lxc/lxc.c b/ext/lxc/lxc.c index b43732c..bb4df28 100644 --- a/ext/lxc/lxc.c +++ b/ext/lxc/lxc.c @@ -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) {