summaryrefslogtreecommitdiff
path: root/tests/testutilsxen.c
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2013-03-31 20:03:42 +0200
committerPeter Krempa <pkrempa@redhat.com>2013-04-04 22:18:56 +0200
commite84b19316a72aa969286f9c41bc0e0b7d005f754 (patch)
treef524acea94bba6bafb8f20cae072780b71a98112 /tests/testutilsxen.c
parent8d3d05d3c16d39bf993833d18e04902c5ff454cf (diff)
downloadlibvirt-e84b19316a72aa969286f9c41bc0e0b7d005f754.tar.gz
maint: Rename xmlconf to xmlopt and virDomainXMLConfig to virDomainXMLOption
This patch is the result of running: for i in $(git ls-files | grep -v html | grep -v \.po$ ); do sed -i -e "s/virDomainXMLConf/virDomainXMLOption/g" -e "s/xmlconf/xmlopt/g" $i done and a few manual tweaks.
Diffstat (limited to 'tests/testutilsxen.c')
-rw-r--r--tests/testutilsxen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testutilsxen.c b/tests/testutilsxen.c
index 201ea2a94e..bfced0c5ad 100644
--- a/tests/testutilsxen.c
+++ b/tests/testutilsxen.c
@@ -15,10 +15,10 @@ static int testXenDefaultConsoleType(const char *ostype,
return VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_XEN;
}
-virDomainXMLConfPtr
+virDomainXMLOptionPtr
testXenXMLConfInit(void)
{
- return virDomainXMLConfNew(NULL, NULL);
+ return virDomainXMLOptionNew(NULL, NULL);
}
virCapsPtr testXenCapsInit(void) {