| 271 | } |
| 272 | |
| 273 | std::string utility::get_base_path(const std::string& _network) { |
| 274 | return base_path() + _network + "-"; |
| 275 | } |
| 276 | |
| 277 | client_t utility::request_client_id(const std::shared_ptr<configuration>& _config, const std::string& _name, client_t _client) { |
| 278 | std::scoped_lock its_lock(get_utility_mutex()); |