]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xen_hypervisor.c: remove all "domain == NULL" tests, ...
authorJim Meyering <meyering@redhat.com>
Wed, 27 Jan 2010 12:34:03 +0000 (13:34 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 2 Feb 2010 17:44:39 +0000 (18:44 +0100)
commit7efec259645f5b3d13c88839cc43cd02b115c666
tree09a1b5f79da5e12b9b371f0341af602ccaa6e40a
parentb62bf7a7002867df810720f329973963610d28ea
xen_hypervisor.c: remove all "domain == NULL" tests, ...

* src/xen/xen_hypervisor.c: Remove all "domain == NULL" tests.
* src/xen/xen_hypervisor.h: Instead, use ATTRIBUTE_NONNULL to
mark each "domain" parameter as "known always to be non-NULL".
src/xen/xen_hypervisor.c
src/xen/xen_hypervisor.h