
Dan Smith wrote:
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1195505862 28800 # Node ID f2c751be5069df9eb23a8bdbaafd5d55b3fd24e9 # Parent 25497386647b6e757ed5c8893f2a4c648543829b [RFC] Change interface of cu_return_instance{,name}s to use instance lists instead of null-terminated arrays. These functions existed before we had instance lists, and need to be updated.
This will require another wide-sweeping (but trivial) change to libvirt-cim
Signed-off-by: Dan Smith <danms@us.ibm.com>
Awesome, my first reply had no actual reply in it. I just hit reply then inexplicably pressed send. So here's take two. This looks good, it will hopefully fix a problem I've been having with cu_return_instances, and it makes more sense anyway. I'll do the change to the callers. -- -Jay