aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa/vdslib/state/globals.h
blob: e3a88e6abfa29cdefc2cc9afe35ba6953d69c10a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. 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;

}