]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch_monitor: Make virCHMonitorGet function static
authorWilliam Douglas <william.douglas@intel.com>
Wed, 8 Sep 2021 18:01:16 +0000 (11:01 -0700)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 9 Sep 2021 13:51:02 +0000 (14:51 +0100)
commit3b164e6897bcf89739d49bab3a79b49f33146016
treebb7f991ad4e851443ef0056d2691037e82c2e268
parent14da5cb95ab0d247891c3c3cc99ac276083b87ba
ch_monitor: Make virCHMonitorGet function static

The virCHMonitorGet function isn't going to be used outside of the
monitor, so remove the initial declaration and define the function
to be static.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: William Douglas <william.douglas@intel.com>
src/ch/ch_monitor.c