]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: make virDomainControllerFindUnusedIndex() more generally usable
authorLaine Stump <laine@laine.org>
Sun, 8 May 2016 20:28:40 +0000 (16:28 -0400)
committerLaine Stump <laine@laine.org>
Wed, 25 May 2016 19:00:25 +0000 (15:00 -0400)
commit808e16ff1357f8dafc2e697bb3fed2d6a3b3293b
treeb787ba0ce42ed311586b4328780562d8560c0cd7
parent1140b31f25d8d73e268058937d9219429aac8d17
conf: make virDomainControllerFindUnusedIndex() more generally usable

Make virDomainControllerFindUnusedIndex() a global function so that it
can be used outside domain_conf.c (as well as higher up in
domain_conf.c itself)/ Also make its DomainDef arg a const* so that
functions which only have a const* to the domain can use it.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms