Switch PipeStream to read from stream_descriptor

This commit is contained in:
badaix 2019-12-03 00:21:32 +01:00
parent eb94867b57
commit daf4591d55
2 changed files with 84 additions and 2 deletions

View file

@ -39,6 +39,9 @@ public:
protected:
void connect() override;
void disconnect() override;
void do_read() override;
std::string lastException_;
int fd_;
};