aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/fbench/client.h
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-05-09 13:38:46 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-05-09 13:39:43 +0200
commitb9e4463fa271da00437636c578d2e949ba002239 (patch)
treeff6964d44247fde17ae41dc16d3e4d259dcc65b9 /fbench/src/fbench/client.h
parentbbc5b5516059b20a97a3421e729478cd22c61cdb (diff)
move _linebuf out of UrlReader again
Diffstat (limited to 'fbench/src/fbench/client.h')
-rw-r--r--fbench/src/fbench/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbench/src/fbench/client.h b/fbench/src/fbench/client.h
index 9a3fcfe651a..052978766ff 100644
--- a/fbench/src/fbench/client.h
+++ b/fbench/src/fbench/client.h
@@ -168,6 +168,7 @@ private:
std::unique_ptr<FileReader> _reader;
std::unique_ptr<std::ofstream> _output;
int _linebufsize;
+ char *_linebuf;
std::atomic<bool> _stop;
std::atomic<bool> _done;
std::thread _thread;