The function is exported and called from other places. It
shouldn't be inlined then.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/conf/numa_conf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/conf/numa_conf.c b/src/conf/numa_conf.c
index b5963ac..e0d5688 100644
--- a/src/conf/numa_conf.c
+++ b/src/conf/numa_conf.c
@@ -72,7 +72,7 @@ struct _virDomainNuma {
};
-inline bool
+bool
virDomainNumatuneNodeSpecified(virDomainNumaPtr numatune,
int cellid)
{
--
2.4.10