]> git.ipfire.org Git - thirdparty/libvirt.git/commit
* src/hash.c, src/internal.h: Switch the uuid parameter in virGetDomain
authorDaniel Veillard <veillard@redhat.com>
Mon, 29 May 2006 18:03:27 +0000 (18:03 +0000)
committerDaniel Veillard <veillard@redhat.com>
Mon, 29 May 2006 18:03:27 +0000 (18:03 +0000)
commit88e6f39ae624bfe53dfebc9770db7d87eff94f6b
treefa285de5faa9c3e09182c9d16819e7f3442a47c6
parentd0f2c663bebacf7669f22d8f948edcb11533e269
* src/hash.c, src/internal.h: Switch the uuid parameter in virGetDomain
  to be of type 'unsigned char' since its a raw UUID we're passing in,
  not a printable one.
* src/libvirt.c: Remove bogus "unsigned char" -> "char" type casts. Hook
  up the "domainLookupByID", "domainLookupByUUID", "domainLookupByName"
  and "domainGetInfo" driver backend functions.
Daniel
ChangeLog
src/hash.c
src/internal.h
src/libvirt.c