]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xs: Remove redundant validity checks, clean up function headers
authorJohn Ferlan <jferlan@redhat.com>
Mon, 28 Jan 2013 22:22:28 +0000 (17:22 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 11 Feb 2013 14:48:51 +0000 (09:48 -0500)
commit2ca9c3cefe352d83c02d33a6b96da36cd84ba01a
tree2e5cf3d0f2f6e2f97b6e878197ae538ebbd72f6b
parentfe69656ea9e8d77aa68759f8c1fe85f710380149
xs:  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.
src/xen/xs_internal.c