summaryrefslogtreecommitdiff
path: root/src/lib/encode_server.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-17 01:25:02 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-19 22:41:31 +0100
commit25df8b44586c87ecbe738143b60014cec9b82377 (patch)
tree4a0ce3b0a77685acc13e411640d72845e63b5b0b /src/lib/encode_server.h
parent9a40fadeb626b67ac08b57ae5b93a735fd3b9db3 (diff)
Add abstraction of io_{context,service} and use it as appropriate.
Diffstat (limited to 'src/lib/encode_server.h')
-rw-r--r--src/lib/encode_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encode_server.h b/src/lib/encode_server.h
index 8059abd0f..276212583 100644
--- a/src/lib/encode_server.h
+++ b/src/lib/encode_server.h
@@ -85,7 +85,7 @@ private:
boost::asio::ip::udp::socket* socket;
char buffer[64];
boost::asio::ip::udp::endpoint send_endpoint;
- boost::asio::io_service io_service;
+ dcpomatic::io_context io_context;
} _broadcast;
};