Commit 155c9157 authored by Max Kellermann's avatar Max Kellermann

input/buffering: make "mutex" public

parent 971450f0
......@@ -37,8 +37,10 @@
class BufferingInputStream : InputStreamHandler {
InputStreamPtr input;
public:
Mutex &mutex;
private:
Thread thread;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment