Renamed functions in xenxs

This commit is contained in:
Markus Groß
2011-02-21 11:15:08 -07:00
committed by Eric Blake
parent 2e69e66e38
commit 3e53c7f954
10 changed files with 168 additions and 196 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ static int testCompareFiles(const char *xml, const char *sexpr,
VIR_DOMAIN_XML_INACTIVE)))
goto fail;
if (!(gotsexpr = xenDaemonFormatSxpr(NULL, def, xendConfigVersion)))
if (!(gotsexpr = xenFormatSxpr(NULL, def, xendConfigVersion)))
goto fail;
if (STRNEQ(sexprData, gotsexpr)) {