MCPcopy Create free account
hub / github.com/F-Stack/f-stack / disconnect_hypervisor

Function disconnect_hypervisor

dpdk/examples/vm_power_manager/channel_manager.c:927–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927static void
928disconnect_hypervisor(void)
929{
930 if (global_vir_conn_ptr != NULL) {
931 virConnectClose(global_vir_conn_ptr);
932 global_vir_conn_ptr = NULL;
933 }
934}
935
936static int
937connect_hypervisor(const char *path)

Callers 2

channel_manager_initFunction · 0.85
channel_manager_exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected