qemu_plugin_request_time_control

Function qemu_plugin_request_time_control 

Source
pub unsafe extern "C" fn qemu_plugin_request_time_control() -> *const c_void
Expand description

qemu_plugin_request_time_control() - request the ability to control time

This grants the plugin the ability to control system time. Only one plugin can control time so if multiple plugins request the ability all but the first will fail.

Returns an opaque handle or NULL if fails