pub fn make_rings(
mem: &GuestMemory,
gpadl_map: &GpadlMapView,
open_data: &OpenData,
) -> Result<(IncomingRing<GpadlRingMem>, OutgoingRing<GpadlRingMem>), Error>
Expand description
Creates a set of incoming and outgoing rings for a channel.