]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Put <stdbool.h> into internal.h so it is available everywhere
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 23 Feb 2011 11:37:03 +0000 (11:37 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 24 Feb 2011 12:04:06 +0000 (12:04 +0000)
commit35416720c218a59b4960c659603861efefdf4741
treebf70101ec14623e58e652201a5f703bf546db3ff
parent9fc4b6a6066740a288bf5dd792baeaa7e473f0b8
Put <stdbool.h> into internal.h so it is available everywhere

Remove the <stdbool.h> header from all source files / headers
and just put it into internal.h

* src/internal.h: Add <stdbool.h>
40 files changed:
daemon/dispatch.c
src/conf/capabilities.h
src/conf/nwfilter_conf.h
src/conf/storage_encryption_conf.h
src/driver.h
src/esx/esx_util.h
src/fdstream.h
src/internal.h
src/lxc/lxc_driver.c
src/lxc/veth.c
src/nodeinfo.c
src/opennebula/one_driver.c
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.h
src/secret/secret_driver.c
src/security/security_apparmor.c
src/security/virt-aa-helper.c
src/storage/storage_backend.h
src/storage/storage_backend_fs.c
src/util/bitmap.h
src/util/cgroup.c
src/util/command.c
src/util/files.h
src/util/hash.c
src/util/network.h
src/util/storage_file.h
src/util/threadpool.c
src/util/threads.h
src/util/util.h
src/util/virtaudit.h
src/vbox/vbox_XPCOMCGlue.c
src/vbox/vbox_tmpl.c
src/vmx/vmx.h
src/xen/xend_internal.c
src/xen/xend_internal.h
tests/nwfilterxml2xmltest.c
tests/qemuargv2xmltest.c
tests/qemuxml2argvtest.c
tools/console.c