[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix call to server, using new XendClient syntax.
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID 7af0d54f598c7e1a66564e10c862748c37d3c1a9 # Parent 591555bc4acbaddf7b130dbf311719bfaa087cc8 Fix call to server, using new XendClient syntax. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r 591555bc4acb -r 7af0d54f598c tools/python/xen/util/diagnose.py --- a/tools/python/xen/util/diagnose.py Mon Apr 10 15:21:44 2006 +++ b/tools/python/xen/util/diagnose.py Mon Apr 10 15:26:23 2006 @@ -41,7 +41,7 @@ global dompath try: - domain = server.xend_domain(dom) + domain = server.xend.domain(dom) state = sxp.child_value(domain, 'state') domid = int(sxp.child_value(domain, 'domid')) name = sxp.child_value(domain, 'name') _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |