Type Alias simics_api_sys::bindings::leader_message_interface_t
source · pub type leader_message_interface_t = leader_message_interface;
Aliased Type§
struct leader_message_interface_t {
pub send: Option<unsafe extern "C" fn(_: *mut conf_object, _: follower_time_t, _: u64, _: bytes_t)>,
pub send_async: Option<unsafe extern "C" fn(_: *mut conf_object, _: bytes_t)>,
}
Fields§
§send: Option<unsafe extern "C" fn(_: *mut conf_object, _: follower_time_t, _: u64, _: bytes_t)>
§send_async: Option<unsafe extern "C" fn(_: *mut conf_object, _: bytes_t)>