|
Motr
M0
|
#include <rpclib.h>

Data Fields | |
| struct m0_net_xprt ** | rsx_xprts |
| int | rsx_xprts_nr |
| char ** | rsx_argv |
| int | rsx_argc |
| const char * | rsx_log_file_name |
| struct m0_motr | rsx_motr_ctx |
| FILE * | rsx_log_file |
RPC server context structure.
Contains all required data to initialize an RPC server, using motr-setup API.
| char** rsx_argv |
ARGV-like array of CLI options to configure motr-setup, which is passed to m0_cs_setup_env()
| FILE* rsx_log_file |
this is an internal variable, which is used by m0_rpc_server_stop() to close log file; it should not be initialized by a caller
| struct m0_motr rsx_motr_ctx |
| struct m0_net_xprt** rsx_xprts |