]> xenbits.xensource.com Git - libvirt.git/commit
xend: Remove redundant validity checks, clean up function headers
authorJohn Ferlan <jferlan@redhat.com>
Tue, 29 Jan 2013 14:53:13 +0000 (09:53 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 11 Feb 2013 14:49:48 +0000 (09:49 -0500)
commitd951c1a0b9f5bdbbc80cc73f64db88369d666176
tree56c2dfbcb610eb99b00f060706bd9585045a4540
parent273f34ba36031286bf8cf0da7300ee0cc1f5dc79
xend: 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/xend_internal.c