mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-20 20:46:16 +02:00
io_context cleanups
This commit is contained in:
parent
945e19a4eb
commit
bdc6299523
11 changed files with 18 additions and 26 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2021 Johannes Pohl
|
||||
Copyright (C) 2014-2022 Johannes Pohl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -55,7 +55,7 @@ private:
|
|||
std::vector<PcmStreamPtr> streams_;
|
||||
PcmStream::Listener* pcmListener_;
|
||||
ServerSettings settings_;
|
||||
boost::asio::io_context& ioc_;
|
||||
boost::asio::io_context& io_context_;
|
||||
};
|
||||
|
||||
} // namespace streamreader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue