[libvirt] [PATCH v1 02/37] Introduce OOM reporting to virAsprintf

2013-07-04 Thread Michal Privoznik
Actually, I'm turning this function into a macro as filename, function name and line number needs to be passed. The new function virAsprintfInternal is introduced with the extended set of arguments. --- cfg.mk| 2 +- src/conf/domain_audit.c | 36 ++---

Re: [libvirt] [PATCH v1 02/37] Introduce OOM reporting to virAsprintf

2013-07-04 Thread Peter Krempa
On 07/04/13 14:06, Michal Privoznik wrote: Actually, I'm turning this function into a macro as filename, function name and line number needs to be passed. The new function virAsprintfInternal is introduced with the extended set of arguments. --- cfg.mk| 2 +- src/c