summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvirt-override.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libvirt-override.c b/libvirt-override.c
index dc04152..c345dfe 100644
--- a/libvirt-override.c
+++ b/libvirt-override.c
@@ -254,7 +254,9 @@ cleanup:
return NULL;
}
-
+/* While these appeared in libvirt in 1.0.2, we only
+ * need them in the python from 1.1.0 onwards */
+#if LIBVIR_CHECK_VERSION(1, 1, 0)
typedef struct {
const char *name;
int type;
@@ -406,6 +408,7 @@ cleanup:
virTypedParamsFree(params, n);
return ret;
}
+#endif /* LIBVIR_CHECK_VERSION(1, 1, 0) */
/*