val __id_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> idval id_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> idval sexp_of_id : id -> Ppx_sexp_conv_lib.Sexp.ttype backend_configuration = {frontend_id : int; |
backend_id : int; |
backend : string; |
features_available : Features.t; |
}val backend_configuration_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> backend_configurationval sexp_of_backend_configuration : backend_configuration -> Ppx_sexp_conv_lib.Sexp.ttype frontend_configuration = {tx_ring_ref : int32; |
rx_ring_ref : int32; |
event_channel : string; |
feature_requests : Features.t; |
}val frontend_configuration_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> frontend_configurationval sexp_of_frontend_configuration : frontend_configuration -> Ppx_sexp_conv_lib.Sexp.tmodule type CONFIGURATION = sig ... end