]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xm: Remove redundant validity checks, clean up function headers
authorJohn Ferlan <jferlan@redhat.com>
Tue, 29 Jan 2013 14:24:42 +0000 (09:24 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 11 Feb 2013 14:49:34 +0000 (09:49 -0500)
commit273f34ba36031286bf8cf0da7300ee0cc1f5dc79
tree632a7568dcf1334b8312bce8ce1cf2ef18ea677d
parentd67c2b76c7b2f830a7efd2fb3558ebb53b2b3290
xm: Remove redundant validity checks, clean up function headers

Arguments for driver entry points are checked in libvirt.c, so no need to
check again. Make function entry points consistent. Don't type caste the
privateData.
src/xen/xm_internal.c