| 15 | namespace trace { |
| 16 | |
| 17 | bool header::prepare(const std::shared_ptr<boardnet_endpoint>& _endpoint, bool _is_sending, instance_t _instance, protocol_e _protocol) { |
| 18 | return prepare(_endpoint.get(), _is_sending, _instance, _protocol); |
| 19 | } |
| 20 | |
| 21 | bool header::prepare(const boardnet_endpoint* _endpoint, bool _is_sending, instance_t _instance, protocol_e _protocol) { |
| 22 | boost::asio::ip::address its_address; |
no test coverage detected