]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bhyve: Fix the build
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 5 Feb 2016 21:36:42 +0000 (22:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 5 Feb 2016 21:58:02 +0000 (22:58 +0100)
commit5147f4f3a3676d85d28f41c40f0e423057f76042
tree78fac93c3d025885d236826c154db04e90b954b9
parente117bf642b458fcee35c2503b94f1bf847fbf722
bhyve: Fix the build

After 1036ddadb276e we use bhyveDriverGetCapabilities from other
sources too, not only from bhyve_driver.c. However, the function
was static so not properly expose to other files. In order to
expose it, we need to move couple of #include-s too.
Then, there has been a copy paste error in
virBhyveProcessReconnect: s/privconn/data->driver/.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/bhyve/bhyve_driver.c
src/bhyve/bhyve_driver.h
src/bhyve/bhyve_process.c