(args *Args_drop_cache, reply *Reply_drop_cache)
| 98 | } |
| 99 | |
| 100 | func (r *RPC) RPC_drop_cache(args *Args_drop_cache, reply *Reply_drop_cache) error { |
| 101 | reply.Arg0 = server_drop_cache(args.Arg0) |
| 102 | return nil |
| 103 | } |
| 104 | func client_drop_cache(cli *rpc.Client, Arg0 int) int { |
| 105 | var args Args_drop_cache |
| 106 | var reply Reply_drop_cache |
nothing calls this directly
no test coverage detected