libvirt/examples/domain-events
Daniel P. Berrange 242195425c Fix domain events C example on Win32
printf on Win32 does not necessarily support %lld and we don't
have GNULIBs wrapper for printf(). Switch to use asprintf() for
which we do have a gnulib wrapper with %lld support

* examples/domain-events/events-c/event-test.c: Fix formatting
  of %lld on Win32
* cfg.mk: Don't require use of virAsprintf since this is an
  example app for out of tree users to follow
2011-03-31 16:01:49 +01:00
..
events-c Fix domain events C example on Win32 2011-03-31 16:01:49 +01:00
events-python Update event loop example programs to demonstrate best practice 2011-03-29 10:59:46 +01:00