Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
S
Sourcetype backend_configuration = {
frontend_id : int;
backend_id : int;
backend : string;
features_available : Features.t;
}
type frontend_configuration = {
tx_ring_ref : int32;
rx_ring_ref : int32;
event_channel : string;
feature_requests : Features.t;
}