| 146 | cntl->response_attachment().append("queue started"); |
| 147 | } |
| 148 | void stop(google::protobuf::RpcController* cntl_base, |
| 149 | const HttpRequest*, |
| 150 | HttpResponse*, |
| 151 | google::protobuf::Closure* done) { |
| 152 | brpc::ClosureGuard done_guard(done); |
| 153 | brpc::Controller* cntl = |
| 154 | static_cast<brpc::Controller*>(cntl_base); |
| 155 | cntl->response_attachment().append("queue stopped"); |
| 156 | } |
| 157 | void getstats(google::protobuf::RpcController* cntl_base, |
| 158 | const HttpRequest*, |
| 159 | HttpResponse*, |