libvirt/daemon
Eric Blake 6611d9ebcc build: work around older systemtap header
Systemtap 1.2 <sys/sdt.h> tried to expand STAP_PROBE3 into an
initialization:
  volatile __typeof__(arg) foo = arg;
but that fails if arg was declared as 'char arg[100]'.
Rather than make all callers to PROBE deal with the stupidity
of <sys/sdt.h>, we instead make PROBE cast away the problem.
Some of this preprocessor abuse copies ideas in src/libvirt.c.

* daemon/libvirtd.h (PROBE): Add casts to all arguments, using...
(VIR_ADD_CASTS, VIR_ADD_CAST, VIR_ADD_CAST2, VIR_ADD_CAST3)
(VIR_ADD_CAST_EXPAND, VIR_ADD_CAST_PASTE, VIR_COUNT_ARGS)
(VIR_ARG5, PROBE_EXPAND): New macros.
Reported by Wen Congyang.
2011-08-22 06:57:16 -06:00
..
.gitignore
libvirtd.aug
libvirtd.c daemon: initialize GnuTLS 2011-08-19 10:58:51 +02:00
libvirtd.conf
libvirtd.h build: work around older systemtap header 2011-08-22 06:57:16 -06:00
libvirtd.init.in libvirtd.init.in: stop/restart() - wrong return value in case of failure 2011-08-15 15:44:39 +08:00
libvirtd.logrotate.in
libvirtd.lxc.logrotate.in
libvirtd.pod.in
libvirtd.policy-0
libvirtd.policy-1
libvirtd.qemu.logrotate.in
libvirtd.sasl
libvirtd.stp
libvirtd.sysconf
libvirtd.uml.logrotate.in
libvirtd.upstart
Makefile.am
probes.d
remote.c Ensure client streams are closed when marking a client for close 2011-08-16 14:38:11 -07:00
remote.h
stream.c Don't attempt to read from a stream if it is closed 2011-08-17 09:44:12 -07:00
stream.h Ensure client streams are closed when marking a client for close 2011-08-16 14:38:11 -07:00
test_libvirtd.aug
THREADS.txt