debuggers.hg
changeset 14679:6314d433d042
Fix PIF_metrics_methods declaration, which has broken PIF.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Thu Mar 29 15:10:26 2007 +0100 (2007-03-29) |
parents | 7b17dd28500c |
children | 121fb4046945 |
files | tools/python/xen/xend/XendAPI.py |
line diff
1.1 --- a/tools/python/xen/xend/XendAPI.py Thu Mar 29 15:06:12 2007 +0100 1.2 +++ b/tools/python/xen/xend/XendAPI.py Thu Mar 29 15:10:26 2007 +0100 1.3 @@ -1068,7 +1068,7 @@ class XendAPI(object): 1.4 'io_write_kbs', 1.5 'last_updated'] 1.6 PIF_metrics_attr_rw = [] 1.7 - PIF_methods = [] 1.8 + PIF_metrics_methods = [] 1.9 1.10 def PIF_metrics_get_all(self, _): 1.11 return xen_api_success(XendNode.instance().pif_metrics.keys())