mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-30 01:16:16 +02:00
Switch PipeStream to read from stream_descriptor
This commit is contained in:
parent
eb94867b57
commit
daf4591d55
2 changed files with 84 additions and 2 deletions
|
@ -39,6 +39,9 @@ public:
|
|||
protected:
|
||||
void connect() override;
|
||||
void disconnect() override;
|
||||
void do_read() override;
|
||||
std::string lastException_;
|
||||
int fd_;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue