aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/apps/storaged/forcelink.h
blob: c0a4498dde8d7d65c87ecea5ce5f199ef9c336d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * \file forcelink.h
 *
 * \brief Utility to link in objects we need in binary.
 */

#pragma once

#include <vespa/documentapi/documentapi.h>
#include <vespa/config-rank-profiles.h>

namespace storage {

    extern void serverForceLink();

}