| 97 | } |
| 98 | |
| 99 | void DaemonClient::setDataSender(const Shared<DaemonClientDataSender>& dataSender) { |
| 100 | std::lock_guard<Mutex> lock(_mutex); |
| 101 | _dataSender = dataSender; |
| 102 | } |
| 103 | |
| 104 | void DaemonClient::processRequest(const Value& request) { |
| 105 | auto sendLogs = request.getMapValue("send_logs"); |
no outgoing calls