| 227 | void set_log_id(uint64_t log_id); |
| 228 | |
| 229 | void set_request_id(std::string request_id) { _inheritable.request_id = request_id; } |
| 230 | |
| 231 | // Set type of service: http://en.wikipedia.org/wiki/Type_of_service |
| 232 | // Current implementation has limits: If the connection is already |
no outgoing calls