commit | 2465bc564d39d9b62fa21b3e84313be3b32dbc16 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Tue Oct 13 13:37:42 2015 +0100 |
committer | Andreas Färber <afaerber@suse.de> | Wed Nov 18 21:13:48 2015 +0100 |
tree | cbc6f53a0341b8cedcfa835120518561fa98e18f | |
parent | 1b30c094dcb69273b7661897c067906f81e5b967 [diff] |
vl: Convert machine help code to use object property iterators Stop directly accessing the Object::properties field data structure and instead use the formal object property iterator APIs. This insulates the code from future data structure changes in the Object struct. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Tested-by: Pavel Fedin <p.fedin@samsung.com> Signed-off-by: Andreas Färber <afaerber@suse.de>