aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/hostreporter/util.h
blob: f46c27b8df7fdb35e54ffcf8fb4ae96a1e4308c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#ifndef VESPA_STORAGE_COMMON_UTIL
#define VESPA_STORAGE_COMMON_UTIL

#include <vespa/storage/common/hostreporter/hostreporter.h>
#include <vespa/vespalib/data/slime/slime.h>

namespace storage {
namespace util {

void
reporterToSlime(HostReporter &hostReporter, vespalib::Slime &slime);
}
}

#endif // VESPA_STORAGE_COMMON_UTIL