summaryrefslogtreecommitdiffstats
path: root/logd/src/logd/sigterm.h
blob: fc86d25dbb7ca5a354bb538aab2fe7f6a8f9b664 (plain) (blame)
1
2
3
4
5
6
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
// setup for catching signals
extern void hook_signals();
extern bool gotSignaled();
extern int gotSignalNumber();