aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/apps/storaged/forcelink.h
blob: b0f3411e00708e223657526a8094db22b50ae01a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright Vespa.ai. 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();

}