On 09/03/13 17:56, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange(a)redhat.com>
The ESX code has a method esxVI_Alloc which would call
virAllocN directly, instead of using the VIR_ALLOC_N
macro. Remove this method and make the callers just
use VIR_ALLOC as is normal practice.
Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com>
---
src/esx/esx_vi.c | 25 ++++++++-----------------
src/esx/esx_vi.h | 3 ---
src/esx/esx_vi_types.c | 11 +++++++----
3 files changed, 15 insertions(+), 24 deletions(-)
ACK
Peter