Skip to content

rpclib: Rename params/reply structs for consistency.

Nick Mathewson requested to merge nickm/arti:rpc-request-response-naming into main

Our now convention here in rpclib is that a struct holding a request's parameters is called FooParams, and a struct holding that request's reply is called FooReply.

Closes #1586 (closed)

Merge request reports

Loading