True if a backup request was sent during the RPC.
| 207 | |
| 208 | // True if a backup request was sent during the RPC. |
| 209 | bool has_backup_request() const { return has_flag(FLAGS_BACKUP_REQUEST); } |
| 210 | |
| 211 | // This function has different meanings in client and server side. |
| 212 | // In client side it gets latency of the RPC call. While in server side, |
no outgoing calls