aboutsummaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-02-08 12:04:42 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-02-08 12:05:11 +0100
commit947655b43ea26c8573cb3bfa950310c10b1b8c51 (patch)
tree7e64f52d14aefa443fe73e7580815abedefe42ee /fbench
parent373531ebe5a36c6215aef12f8dc040cb63fa1685 (diff)
Adjust forward declaration in fbench.
Diffstat (limited to 'fbench')
-rw-r--r--fbench/src/fbench/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/src/fbench/client.h b/fbench/src/fbench/client.h
index ce7c13fc982..d1036bbe8d3 100644
--- a/fbench/src/fbench/client.h
+++ b/fbench/src/fbench/client.h
@@ -154,7 +154,7 @@ private:
class Timer;
class HTTPClient;
class FileReader;
-class ClientStatus;
+struct ClientStatus;
/**
* This class implements a single test client. The clients are run in
* separate threads to simulate several simultanious users. The