aboutsummaryrefslogtreecommitdiffstats
path: root/logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h
blob: 905f37103ec73402fbbb47516a6591d10b400e64 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

class SigCatch
{
public:
    SigCatch();
    bool receivedStopSignal();
};