input/buffering: make "mutex" public

This commit is contained in:
Max Kellermann 2019-05-29 12:41:21 +02:00
parent 971450f0d4
commit 155c915733
1 changed files with 2 additions and 0 deletions

View File

@ -37,8 +37,10 @@
class BufferingInputStream : InputStreamHandler {
InputStreamPtr input;
public:
Mutex &mutex;
private:
Thread thread;
/**