libvirt/include/libvirt
Matthias Bolte 5cc370aa36 Don't use INT64_MAX in libvirt.h because it requires stdint.h
VIR_DOMAIN_MEMORY_PARAM_UNLIMITED uses INT64_MAX but stdint.h
was not and should not be included. Therefore, libvirt.h was
not self-contained.

Instead of including stdint.h specify the value directly.
2011-03-11 22:08:24 +01:00
..
.gitignore Ignore auto-generated header file 2009-09-22 16:12:51 +01:00
libvirt-qemu.h libvirt-qemu: Fix enum type declaration 2011-02-14 12:35:39 +01:00
libvirt.h.in Don't use INT64_MAX in libvirt.h because it requires stdint.h 2011-03-11 22:08:24 +01:00
Makefile.am Qemu Monitor API entry point. 2010-07-23 17:30:14 -04:00
virterror.h Expose event loop implementation as a public API 2011-03-07 14:16:13 +00:00