aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/engine/monitorrequest.h
blob: b0622ab1d26a1e03a7e1e5166fd0b8401ece6e1d (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.

#pragma once

namespace search::engine {

struct MonitorRequest
{
    MonitorRequest();
};

}