]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Implement forgotten backend of virInterfaceIsActive()
authorLaine Stump <laine@laine.org>
Tue, 13 Apr 2010 17:22:56 +0000 (13:22 -0400)
committerLaine Stump <laine@laine.org>
Wed, 14 Apr 2010 14:38:18 +0000 (10:38 -0400)
commit9ec1825982aedd7ec5f86584f21a665b0a38eb70
treed0ecd3acd99ceffee48be4a01baac71fff53313b
parent353dd147622497cf24cc322b41d93b45d7093120
Implement forgotten backend of virInterfaceIsActive()

Somehow the backend of this function was never implemented in
libvirt's netcf driver, and nobody noticed until now. (The required
netcf function was already in place, so nothing needs to change
there.)
* src/interface/netcf_driver.c: add in the backend function, and point
                                to it from the table of driver functions.
src/interface/netcf_driver.c