From a09aae02dad075562f880fafaddd966f70342729 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 14 Nov 2007 12:08:49 +0000 Subject: Added support for new API calls: - virNodeGetFreeMemory - virNodeGetCellsFreeMemory Release of 0.3.3.1. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index d8c604b..b28c478 100644 --- a/config.h.in +++ b/config.h.in @@ -57,6 +57,12 @@ /* Define to 1 if you have the `virDomainSetSchedulerParameters' function. */ #undef HAVE_VIRDOMAINSETSCHEDULERPARAMETERS +/* Define to 1 if you have the `virNodeGetCellsFreeMemory' function. */ +#undef HAVE_VIRNODEGETCELLSFREEMEMORY + +/* Define to 1 if you have the `virNodeGetFreeMemory' function. */ +#undef HAVE_VIRNODEGETFREEMEMORY + /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O -- cgit