mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Renamed functions in xenxs
This commit is contained in:
@@ -58,8 +58,7 @@ static int testCompareFiles(const char *xml, const char *sexpr,
|
||||
vncport = xenStoreDomainGetVNCPort(conn, id);
|
||||
xenUnifiedUnlock(&priv);
|
||||
|
||||
if (!(def = xenDaemonParseSxprString(sexprData, xendConfigVersion, tty,
|
||||
vncport)))
|
||||
if (!(def = xenParseSxprString(sexprData, xendConfigVersion, tty, vncport)))
|
||||
goto fail;
|
||||
|
||||
if (!(gotxml = virDomainDefFormat(def, 0)))
|
||||
|
||||
Reference in New Issue
Block a user