libvirt/src/xen
Michal Privoznik 5683b21309 virGetDomain: Set domain ID too
So far our code is full of the following pattern:

  dom = virGetDomain(conn, name, uuid)
  if (dom)
      dom->id = 42;

There is no reasong why it couldn't be just:

  dom = virGetDomain(conn, name, uuid, id);

After all, client domain representation consists of tuple (name,
uuid, id).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2017-04-03 08:35:57 +02:00
..
block_stats.c
block_stats.h
xen_driver.c virGetDomain: Set domain ID too 2017-04-03 08:35:57 +02:00
xen_driver.h
xen_hypervisor.c
xen_hypervisor.h
xen_inotify.c
xen_inotify.h
xend_internal.c
xend_internal.h
xm_internal.c
xm_internal.h
xs_internal.c
xs_internal.h