(args *Args_options, reply *Reply_options)
| 147 | } |
| 148 | |
| 149 | func (r *RPC) RPC_options(args *Args_options, reply *Reply_options) error { |
| 150 | reply.Arg0 = server_options(args.Arg0) |
| 151 | return nil |
| 152 | } |
| 153 | func client_options(cli *rpc.Client, Arg0 int) string { |
| 154 | var args Args_options |
| 155 | var reply Reply_options |
nothing calls this directly
no test coverage detected