summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-03-22 17:59:08 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-03-22 17:59:08 +0100
commit50a7a15d35ff2ff43530d8a2714612ea98144f5c (patch)
tree347f487f9dc23f5caeadd13767ccb5db26f3e13a /storage
parentc9599716709afa46f4756c1136c6f2901c008f24 (diff)
Fix forward declarations.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/distributor_status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/distributor/distributor_status.h b/storage/src/vespa/storage/distributor/distributor_status.h
index 6783789949b..df405075308 100644
--- a/storage/src/vespa/storage/distributor/distributor_status.h
+++ b/storage/src/vespa/storage/distributor/distributor_status.h
@@ -8,12 +8,12 @@
namespace storage::framework {
class HttpUrlPath;
-class StatusReporter;
+struct StatusReporter;
}
namespace storage::distributor {
-class DelegatedStatusRequest;
+struct DelegatedStatusRequest;
// TODO STRIPE description
class DistributorStatus {