[libvirt] [PATCH 2/7] virDomainNumatuneNodeSpecified: Drop inline

Michal Privoznik mprivozn at redhat.com
Thu Mar 3 08:44:37 UTC 2016


The function is exported and called from other places. It
shouldn't be inlined then.

Signed-off-by: Michal Privoznik <mprivozn at 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




More information about the libvir-list mailing list