diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-17 01:25:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-22 13:29:58 +0100 |
| commit | 9dd72fc481349f0b5ce985164441eecfa6485c19 (patch) | |
| tree | d8136ef6d6b660a5a411722a128d0e309333ff3d /src/lib/encode_server.h | |
| parent | 169c47ede14b6e86e054871a56ffa048357b4463 (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.h | 2 |
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; }; |
