mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-06 12:51:42 +02:00
switch to boost::asio
This commit is contained in:
parent
08d0ce58f2
commit
ec3f8d8ad5
16 changed files with 70 additions and 56 deletions
|
@ -44,7 +44,8 @@ public:
|
|||
|
||||
protected:
|
||||
void do_read();
|
||||
asio::streambuf streambuf_;
|
||||
tcp::socket socket_;
|
||||
boost::asio::streambuf streambuf_;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue