Searched defs:jsonrpc_request (Results 1 – 2 of 2) sorted by relevance
13 struct jsonrpc_request { struct14 const struct spdk_json_val *version;15 const struct spdk_json_val *method;16 const struct spdk_json_val *params;17 const struct spdk_json_val *id;
41 struct spdk_jsonrpc_request *jsonrpc_request; member