]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce VIR_TYPED_PARAMS_DEBUG macro for dumping typed params
authorJiri Denemark <jdenemar@redhat.com>
Thu, 6 Jun 2013 16:54:48 +0000 (18:54 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 24 Jun 2013 22:38:24 +0000 (00:38 +0200)
commitfefb0d5464473448021a4981f932e4839f87e73f
tree2b753e6355f42a3ab52ce985a2ef854e440f0f9e
parent8a7f1166e1f9e6a6952f78c256b07c5221a51301
Introduce VIR_TYPED_PARAMS_DEBUG macro for dumping typed params

All APIs that take typed parameters are only using params address in
their entry point debug messages. With the new VIR_TYPED_PARAMS_DEBUG
macro, all functions can easily log all individual typed parameters
passed to them.
docs/apibuild.py
src/libvirt_private.syms
src/util/virtypedparam.c
src/util/virtypedparam.h