rpclib: Rename params/reply structs for consistency.
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)
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)