aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa/vdslib/state/globals.h
blob: f650ff195af7882d683ead8686a006d5f6d8512b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "state.h"
#include "nodestate.h"

namespace storage::lib::clusterstate {

extern NodeState _G_defaultSDState;
extern NodeState _G_defaultDDState;
extern NodeState _G_defaultSUState;
extern NodeState _G_defaultDUState;

}