libvirt/examples/c/misc
zhujun2 c80f0852ca examples: Fix printf format string in event-test.c
Inside of myDomainEventMemoryFailureCallback() arguments are
printed via printf but '%d' is used to print @flags (of type
uint). Use '0x%x' instead, just like we do everywhere else.

Signed-off-by: zhujun2 <zhujun2@cmss.chinamobile.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2023-10-20 10:22:34 +02:00
..
event-test.c examples: Fix printf format string in event-test.c 2023-10-20 10:22:34 +02:00
hellolibvirt.c examples: hellolibvirt: fix argc check 2021-12-14 12:12:40 +01:00
meson.build meson: examples: build and install example files 2020-08-03 09:27:06 +02:00
openauth.c Use G_N_ELEMENTS() more 2023-03-13 13:29:07 +01:00