Commit 6ccd5d8c authored by Jakob Otto's avatar Jakob Otto

Fix Linux builds

parent 4fd393da
...@@ -123,8 +123,8 @@ struct testdata { ...@@ -123,8 +123,8 @@ struct testdata {
ip_endpoint ep; ip_endpoint ep;
}; };
struct dummy { struct dummy_transport {
using transport_type = dummy; using transport_type = dummy_transport;
using application_type = dummy_application; using application_type = dummy_application;
}; };
...@@ -193,7 +193,7 @@ struct fixture : host_fixture { ...@@ -193,7 +193,7 @@ struct fixture : host_fixture {
std::shared_ptr<std::vector<byte>> buf; std::shared_ptr<std::vector<byte>> buf;
dispatcher_type dispatcher; dispatcher_type dispatcher;
dummy dummy; dummy_transport dummy;
std::vector<testdata> test_data{ std::vector<testdata> test_data{
{0, make_node_id("http:file"_u), "[::1]:1"_ep}, {0, make_node_id("http:file"_u), "[::1]:1"_ep},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment